Package: secretbase
Type: Package
Title: Cryptographic Hash, Extendable-Output and Base64 Functions
Version: 1.0.5
Description: Fast and memory-efficient streaming hash functions and base64
    encoding / decoding. Hashes strings and raw vectors directly. Stream hashes
    files which can be 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@R: 
    c(person(given = "Charlie",
             family = "Gao",
             role = c("aut", "cre"),
             email = "charlie.gao@shikokuchuo.net",
             comment = c(ORCID = "0000-0002-0750-061X")),
      person(given = "Hibiki AI Limited",
             role = "cph"))
License: MIT + file LICENSE
BugReports: https://github.com/shikokuchuo/secretbase/issues
URL: https://shikokuchuo.net/secretbase/,
        https://github.com/shikokuchuo/secretbase/
Encoding: UTF-8
Depends: R (>= 3.5)
RoxygenNote: 7.3.2
Config/build/compilation-database: true
NeedsCompilation: yes
Packaged: 2025-03-04 14:17:54 UTC; cg334
Author: Charlie Gao [aut, cre] (<https://orcid.org/0000-0002-0750-061X>),
  Hibiki AI Limited [cph]
Maintainer: Charlie Gao <charlie.gao@shikokuchuo.net>
Repository: CRAN
Date/Publication: 2025-03-04 14:50:02 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 03:34:00 UTC; unix
Archs: secretbase.so.dSYM
