-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: secretbase
Type: Package
Title: Cryptographic Hash, Extendable-Output and Base64 Functions
Version: 1.0.3.9000
Description: Fast and memory-efficient streaming hash functions and base64
encoding / decoding. Hashes strings and raw vectors directly. 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@R:
c(person(given = "Charlie",
family = "Gao",
role = c("aut", "cre"),
email = "[email protected]",
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.2
Config/build/compilation-database: true