Usage Example
let token = crypto::random_token(32)
let hash = crypto::sha256("secret_payload")
print("Token: " + token)
Features & Capabilities
Cryptographic primitives: SHA-256, Blake2b, ChaCha20-Poly1305, CSPRNG token generators, and HMAC-SHA256 verification. This library is designed with strict nominal type boundaries, deterministic memory layouts, and full verification against memory corruption.
← Back to Package Registry