Package: secretbase 1.1.0
secretbase: Cryptographic Hash, Extendable-Output and Binary Encoding Functions
Fast and memory-efficient streaming hash functions, binary encoding and serialization. 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. Implements the SHA-256, SHA-3 and 'Keccak' cryptographic hash functions, SHAKE256 extendable-output function (XOF), 'SipHash' pseudo-random function, base64 and base58 encoding, and 'CBOR' serialization.
Authors:
secretbase_1.1.0.tar.gz
secretbase_1.1.0.zip(r-4.6)secretbase_1.1.0.zip(r-4.5)secretbase_1.1.0.zip(r-4.4)
secretbase_1.1.0.tgz(r-4.6-x86_64)secretbase_1.1.0.tgz(r-4.6-arm64)secretbase_1.1.0.tgz(r-4.5-x86_64)secretbase_1.1.0.tgz(r-4.5-arm64)
secretbase_1.1.0.tar.gz(r-4.6-arm64)secretbase_1.1.0.tar.gz(r-4.6-x86_64)secretbase_1.1.0.tar.gz(r-4.5-arm64)secretbase_1.1.0.tar.gz(r-4.5-x86_64)
secretbase_1.1.0.tgz(r-4.5-emscripten)
secretbase.pdf |secretbase.html✨
secretbase/json (API)
NEWS
| # Install 'secretbase' in R: |
| install.packages('secretbase', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shikokuchuo/secretbase/issues
Pkgdown/docs site:https://shikokuchuo.net
base58checkbase64cborcryptographic-hash-functionsextendable-output-functionskeccaksha256sha3shake256siphash
Last updated from:b361716434 (on v1.1.0). Checks:13 OK. Indexed: no.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 105 | |
| linux-devel-x86_64 | OK | 109 | |
| source / vignettes | OK | 128 | |
| linux-release-arm64 | OK | 114 | |
| linux-release-x86_64 | OK | 96 | |
| macos-devel-arm64 | OK | 89 | |
| macos-devel-x86_64 | OK | 178 | |
| macos-release-arm64 | OK | 94 | |
| macos-release-x86_64 | OK | 133 | |
| windows-devel | OK | 68 | |
| windows-release | OK | 67 | |
| windows-oldrel | OK | 62 | |
| wasm-release | OK | 100 |
Exports:base58decbase58encbase64decbase64enccbordeccborenckeccaksha256sha3shake256siphash13
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Base58 Decode | base58dec |
| Base58 Encode | base58enc |
| Base64 Decode | base64dec |
| Base64 Encode | base64enc |
| CBOR Decode | cbordec |
| CBOR Encode | cborenc |
| Keccak Cryptographic Hash Algorithms | keccak |
| SHA-256 Cryptographic Hash Algorithm | sha256 |
| SHA-3 Cryptographic Hash Algorithms | sha3 |
| SHAKE256 Extendable Output Function | shake256 |
| SipHash Pseudorandom Function | siphash13 |
