# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "secretbase" in publications use:' type: software license: GPL-3.0-or-later title: 'secretbase: Cryptographic Hash, Extendable-Output and Base64 Functions' version: 1.0.0 abstract: Fast and memory-efficient streaming hash functions and base64 encoding and decoding. Performs direct hashing of strings and raw vectors. Stream hashes files potentially larger than memory, as well as in-memory objects through R's serialization mechanism. Implementations include the SHA-256, SHA-3 and 'Keccak' cryptographic hash functions, SHAKE256 extendable-output function (XOF), and 'SipHash' pseudo-random function. authors: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X preferred-citation: type: manual title: 'secretbase: Cryptographic Hash, Extendable-Output and Base64 Functions' authors: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X year: '2024' notes: R package version 1.0.0 url: https://doi.org/10.5281/zenodo.10553139 repository: https://r-multiverse.r-universe.dev repository-code: https://github.com/shikokuchuo/secretbase url: https://shikokuchuo.net/secretbase/ contact: - family-names: Gao given-names: Charlie email: charlie.gao@shikokuchuo.net orcid: https://orcid.org/0000-0002-0750-061X identifiers: - type: url value: https://github.com/shikokuchuo/secretbase/