serai/crypto/frost
Luke Parker d10c6e16dc
Move FROST to HashMaps
Honestly, the borrowed keys are frustrating, and this probably reduces 
performance while no longer offering an order when iterating. That said, 
they enable full u16 indexing and should mildly improve the API.

Cleans the Proof of Knowledge handling present in key gen.
2022-05-24 21:41:14 -04:00
..
src Move FROST to HashMaps 2022-05-24 21:41:14 -04:00
tests Move FROST to HashMaps 2022-05-24 21:41:14 -04:00
Cargo.toml Fix https://github.com/serai-dex/serai/issues/5 2022-05-03 07:42:09 -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.