mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
* refactor and merge curve and ed crates * fmt * ci * fmt again * ci * Update bench.rs * fix ubuntu
7 lines
161 B
Rust
7 lines
161 B
Rust
//! The Lizard method for encoding/decoding 16 bytes into Ristretto points.
|
|
|
|
mod u64_constants;
|
|
|
|
mod jacobi_quartic;
|
|
mod lizard_constants;
|
|
mod lizard_ristretto;
|