Misc formatting fixes

This commit is contained in:
Luke Parker 2022-12-08 22:10:12 -05:00
parent cc917a217d
commit d32c865c9a
No known key found for this signature in database
8 changed files with 41 additions and 42 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.
/// 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> {

View file

@ -7,7 +7,6 @@ ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
WORKDIR /home/bitcoin
RUN apk update \
&& apk --no-cache add ca-certificates gnupg bash su-exec