Package: secretbase 1.3.0.9000
secretbase: Cryptographic Hash Functions and Data Encoding
Fast and memory-efficient streaming hash functions, binary/text 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 (including the URL-safe variant) and base58 encoding, 'CBOR' and 'JSON' serialization.
Authors:
secretbase_1.3.0.9000.tar.gz
secretbase_1.3.0.9000.zip(r-4.7)secretbase_1.3.0.9000.zip(r-4.6)secretbase_1.3.0.9000.zip(r-4.5)
secretbase_1.3.0.9000.tgz(r-4.6-x86_64)secretbase_1.3.0.9000.tgz(r-4.6-arm64)secretbase_1.3.0.9000.tgz(r-4.5-x86_64)secretbase_1.3.0.9000.tgz(r-4.5-arm64)
secretbase_1.3.0.9000.tar.gz(r-4.7-arm64)secretbase_1.3.0.9000.tar.gz(r-4.7-x86_64)secretbase_1.3.0.9000.tar.gz(r-4.6-arm64)secretbase_1.3.0.9000.tar.gz(r-4.6-x86_64)
secretbase_1.3.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
secretbase/json (API)
NEWS
| # Install 'secretbase' in R: |
| install.packages('secretbase', repos = c('https://shikokuchuo.r-universe.dev', '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:62e0779991. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 106 | ||
| linux-devel-x86_64 | OK | 101 | ||
| source / vignettes | OK | 124 | ||
| linux-release-arm64 | OK | 115 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | OK | 138 | ||
| macos-release-x86_64 | OK | 156 | ||
| macos-oldrel-arm64 | OK | 71 | ||
| macos-oldrel-x86_64 | OK | 204 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 127 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 93 |
Exports:base58decbase58encbase64decbase64enccbordeccborencjsondecjsonenckeccaksha256sha3shake256siphash13
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 |
| JSON Decode | jsondec |
| JSON Encode | jsonenc |
| 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 |
