Package: secretbase
Type: Package
Title: Cryptographic Hash and Extendable-Output Functions
Version: 0.3.0.1
Description: SHA-256, SHA-3 cryptographic hash and SHAKE256 extendable-output
    functions (XOF). The SHA-3 Secure Hash Standard was published by the
    National Institute of Standards and Technology (NIST) in 2015 at
    <doi:10.6028/NIST.FIPS.202>. The SHA-256 Secure Hash Standard was published
    by NIST in 2002 at
    <https://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf>. Fast and
    memory-efficient implementation using the core algorithms from 'Mbed TLS'
    under the Trusted Firmware Project
    <https://www.trustedfirmware.org/projects/mbed-tls/>.
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: GPL (>= 3)
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.1
NeedsCompilation: yes
Packaged: 2024-02-29 21:22:49 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: 2024-03-01 07:30:02 UTC
