Document extensions to FROST

Also makes misc other doc corrections.
This commit is contained in:
Luke Parker
2022-12-07 20:23:25 -05:00
parent 4edba7eb7a
commit 12136a9409
3 changed files with 39 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ fn digest_yield<D: Digest, F: PrimeField>(digest: D, i: usize) -> F {
))
}
/// Aggregate Schnorr signature as defined in https://eprint.iacr.org/2021/350.pdf.
/// Aggregate Schnorr signature as defined in https://eprint.iacr.org/2021/350.
#[allow(non_snake_case)]
#[derive(Clone, PartialEq, Eq, Debug, Zeroize)]
pub struct SchnorrAggregate<C: Ciphersuite> {