ZELYRA
Home > Packages > zelyra/crypto

zelyra/crypto

v0.1.50 SECURITY Apache-2.0 / MIT

Cryptographic primitives: SHA-256, Blake2b, ChaCha20-Poly1305, CSPRNG token generators, and HMAC-SHA256 verification.

✓ Built-in Module – automatically available

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