A Rust library implementing FIPS 202 paired with a non-standard Edwards-521 curve. Engineered for performance; supports arbitrary message size.
SHA-3: Secure Hash Algorithm 3 (SHA-3) implementation for generating cryptographic hash values.
Edwards Elliptic Curve: Edwards curve implementation for elliptic curve cryptography (ECC) operations.
Add the following line to your Cargo.toml
file:
```toml capycrypt = "0.1.0"