Files
serai/crypto/frost/src/tests/literal/mod.rs
Luke Parker 301634dd8e Add support for Ristretto
Replaces P-256 as the curve used for testing FROST.
2022-06-06 04:22:49 -04:00

5 lines
85 B
Rust

#[cfg(any(test, feature = "dalek"))]
mod dalek;
#[cfg(feature = "kp256")]
mod kp256;