Files
serai/crypto/frost/src/tests/literal/mod.rs
Luke Parker 55a895d65a Add first party support for k256 and p256 under feature flags
Given the lack of vectors for k256, it's currently a match of the p256 
spec (with a distinct context string), yet p256 is still always used 
when testing.
2022-06-05 16:08:51 -04:00

3 lines
31 B
Rust

mod expand_message;
mod kp256;