Files
serai/crypto/frost
Luke Parker 469ce9106b Implement a binary search for BatchVerifier blame
Adds helper functions to verify and, on failure, blame, which move an 
unwrap from callers into multiexp where it's guaranteed to be safe and 
easily verified to be proper.

Closes https://github.com/serai-dex/serai/issues/10.
2022-05-27 02:01:01 -04:00
..
2022-05-03 00:46:50 -04:00
2022-05-03 00:46:50 -04:00

FROST

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