# ------------------------------------------------ # 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 orcid: https://orcid.org/0009-0001-2717-0857 repository: https://chrislongros.r-universe.dev repository-code: https://github.com/chrislongros/fletcher commit: 2339f7e281c89bc93fb292b7d2dcf93c9757aea8 url: https://github.com/chrislongros/fletcher date-released: '2026-07-06' contact: - family-names: Longros given-names: Christos email: chris.longros@gmail.com orcid: https://orcid.org/0009-0001-2717-0857