serai/crypto/frost
Luke Parker 5a1f273cd5
Correct verification share calculation from n * n * t to just n * t
Reduces key gen execution time by a factor of 3.
2022-05-29 19:52:27 -04:00
..
src Correct verification share calculation from n * n * t to just n * t 2022-05-29 19:52:27 -04:00
Cargo.toml Add a batch verifier to multiexp, along with constant time variants 2022-05-27 00:52:44 -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.