Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 196 Bytes

File metadata and controls

7 lines (7 loc) · 196 Bytes

Cryptography Policy

Approved Algorithms

  • Hashing: SHA-256, SHA-512
  • Signatures: Ed25519 (RFC 8032)
  • RNG: Node.js crypto.randomBytes

Banned

  • MD5, SHA-1, Math.random, Custom primitives.