# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "fletcher" in publications use:' type: software license: MIT title: 'fletcher: Compute Fletcher Checksums (16, 32, and 64 Bit)' version: 0.1.0 abstract: Computes Fletcher's position-dependent checksum in 16-, 32-, and 64-bit widths. Fletcher's checksum, devised by John G. Fletcher, provides error-detection properties approaching a cyclic redundancy check at lower computational cost. Input is processed as little-endian words with the final partial word zero-padded, so results are reproducible across platforms. authors: - family-names: Longros given-names: Christos email: chris.longros@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/chrislongros/fletcher commit: 145142f5ae62ff49b1b108bce94d962f6daf6d7a url: https://github.com/chrislongros/fletcher date-released: '2026-07-15' contact: - family-names: Longros given-names: Christos email: chris.longros@gmail.com