Type-safe Lean4 bindings for the LibSodium cryptographic library, providing compile-time size guarantees and memory-safe cryptographic operations.
- LibSodium coverage: 14/14 major categories, 100+ FFI function bindings
- Alloy integration: C code embedded directly in Lean files
# Build the project
lake build
# Run tests
lake build Tests
# Clean build
lake clean && lake build
Current implementation provides FFI bindings for all major LibSodium categories including symmetric/asymmetric encryption, digital signatures, hashing, key exchange, and more.