serai/crypto/frost/src
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
..
curves Add first party support for k256 and p256 under feature flags 2022-06-05 16:08:51 -04:00
tests Add first party support for k256 and p256 under feature flags 2022-06-05 16:08:51 -04:00
algorithm.rs Remove rng_seed's additional entropy 2022-05-31 02:12:14 -04:00
key_gen.rs Use const values for our traits where we can 2022-06-03 23:22:08 -04:00
lib.rs Add first party support for k256 and p256 under feature flags 2022-06-05 16:08:51 -04:00
schnorr.rs Use const values for our traits where we can 2022-06-03 23:22:08 -04:00
sign.rs Move to Arc/RwLock 2022-06-05 07:33:15 -04:00