Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 565 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 565 Bytes

Changelog

Unreleased

Added

  • sodiumInit
  • Random bytes generation: Crypto.Sodium.Random
  • Key derivation: Crypto.Sodium.Key.derive and Crypto.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 and Crypto.Sodium.Encrypt.Public
  • Hash: Crypto.Sodium.Hash.blake2b, Crypto.Sodium.Hash.blake2bWithKey, Crypto.Sodium.Hash.sha256, Crypto.Sodium.Hash.sha512