anza-cryptography-source/curve25519/solana-ed25519/src/lizard.rs
zz-sol 1587b4c24f
refactor and merge curve and ed crates (#6)
* refactor and merge curve and ed crates

* fmt

* ci

* fmt again

* ci

* Update bench.rs

* fix ubuntu
2026-03-26 08:09:10 -04:00

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;