Cryptographic Hash, Extendable-Output and Binary/Text Encoding Functions
Base58 Decode
Base58 Encode
Base64 Decode
Base64 Encode
CBOR Decode
CBOR Encode
JSON Decode
JSON Encode
Keccak Cryptographic Hash Algorithms
secretbase: Cryptographic Hash, Extendable-Output and Binary/Text Enco...
SHA-256 Cryptographic Hash Algorithm
SHA-3 Cryptographic Hash Algorithms
SHAKE256 Extendable Output Function
SipHash Pseudorandom Function
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 and base58 encoding, 'CBOR' and 'JSON' serialization.
Useful links