Go to file
Deirdre Connolly ac79d00c76 Ignore .DS_Store 2022-03-08 14:11:41 -05:00
.github Bump actions/checkout from 2.4.0 to 3 2022-03-03 15:52:45 -05:00
frost-core Reorg for FROST 2021-12-13 07:26:52 -05:00
frost-redjubjub Fix typos 2022-02-08 18:52:02 -05:00
frost-ristretto255 Ensure we compute each signature share's R_share from signers' round 1 nonce commitments 2022-03-03 12:55:45 -05:00
rfcs add missing checks 2021-06-15 17:10:38 -04:00
.DS_Store A bunch of fixes 2022-03-03 12:55:45 -05:00
.gitignore Ignore .DS_Store 2022-03-08 14:11:41 -05:00
CHANGELOG.md Don't reject small-order verification keys (#137) 2021-11-18 15:53:35 -03:00
Cargo.toml Reorg for FROST 2021-12-13 07:26:52 -05:00
LICENCE Frost keygen with dealer (#47) 2021-02-25 09:06:54 -07:00
LICENCE.MIT Frost keygen with dealer (#47) 2021-02-25 09:06:54 -07:00
LICENSE.Apache-2.0 Frost keygen with dealer (#47) 2021-02-25 09:06:54 -07:00
README.md Add a note about these being works in progress 2021-12-13 17:44:14 -05:00
codecov.yml Add CodeCov config file (#51) 2021-01-19 20:16:54 -05:00

README.md

FROST (Flexible Round-Optimised Schnorr Threshold signature) implementations.

WIP!