mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-05 20:30:51 +00:00
8 lines
161 B
Rust
8 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;
|