capyCRYPT - A Complete Rust Cryptosystem

Build Status Crates.io License: MIT

A Rust library implementing FIPS 202 paired with a non-standard Edwards-521 curve. Engineered for performance; supports arbitrary message size.

Features

Supported Operations

Installation

Add the following line to your Cargo.toml file:

```toml capycrypt = "0.1.0"