sodiumInit
- Random bytes generation:
Crypto.Sodium.Random
- Key derivation:
Crypto.Sodium.Key.derive
andCrypto.Sodium.Key.rederive
- MAC:
Crypto.Sodium.Mac
,Crypto.Sodium.Mac.Lazy
- Nonces and salts:
Crypto.Sodium.Nonce
,Crypto.Sodium.Salt
- Public-key signatures:
Crypto.Sodium.Sign
- Keypair generation from seed:
Crypto.Sodium.Sign
andCrypto.Sodium.Encrypt.Public
- Hash:
Crypto.Sodium.Hash.blake2b
,Crypto.Sodium.Hash.blake2bWithKey
,Crypto.Sodium.Hash.sha256
,Crypto.Sodium.Hash.sha512