serai/crypto/frost
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
..
src Add first party support for k256 and p256 under feature flags 2022-06-05 16:08:51 -04:00
Cargo.toml Add first party support for k256 and p256 under feature flags 2022-06-05 16:08:51 -04:00
LICENSE Rename sign folder to crypto 2022-05-03 00:46:50 -04:00
README.md Rename sign folder to crypto 2022-05-03 00:46:50 -04:00

FROST

Implementation of FROST for any curve with a ff/group API.