Implementation of a BLS DKG mechanism, requires signing key, encryption key and SocketAddr of participants
BSD 3-Clause "New" or "Revised" License
22
stars
17
forks
source link
fix: Demote `anyhow` and `itertools` to dev-dependencies #95
Closed
connec closed 3 years ago
c5d65e1 fix: Demote
anyhow
anditertools
to dev-dependenciesThese are only used in tests. By setting them as dev-dependencies we ensure crate consumers don't need these dependencies.
3188e43 chore: Sort dependencies in
Cargo.toml