You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC.
Reference implementation and deterministic test vectors for the Dead Drop Encryption client transport: no-PKI, identity-addressed messaging with four interchangeable ciphers (AES-256-GCM, ChaCha20-Poly1305, AES-256-GCM-SIV, and a SHAKE-256 keystream + KMAC Encrypt-then-MAC) over a shared channel secret.
Symmetric Key Distribution Protocol: a post-quantum-ready symmetric key-establishment protocol for deterministic provisioning, mutual authentication, and replay-resistant secure channels.
Hierarchical Key Distribution System: a deterministic symmetric key-management protocol for scalable key derivation, rotation, and audit-ready governance.