-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/bytemare/ecc to v0.8.3
- Loading branch information
1 parent
8c6db5b
commit ba8e6bd
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
module github.com/bytemare/frost | ||
|
||
go 1.23.1 | ||
go 1.24 | ||
|
||
toolchain go1.24.0 | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 | ||
github.com/bytemare/dkg v0.0.0-20241007182121-23ea4d549880 | ||
github.com/bytemare/ecc v0.8.2 | ||
github.com/bytemare/hash v0.3.0 | ||
github.com/bytemare/ecc v0.8.3 | ||
github.com/bytemare/hash v0.5.0 | ||
github.com/bytemare/secret-sharing v0.7.0 | ||
github.com/gtank/ristretto255 v0.1.2 | ||
) | ||
|
||
require ( | ||
filippo.io/nistec v0.0.3 // indirect | ||
github.com/bytemare/hash2curve v0.3.0 // indirect | ||
github.com/bytemare/secp256k1 v0.1.6 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
github.com/bytemare/hash2curve v0.5.1 // indirect | ||
github.com/bytemare/secp256k1 v0.2.0 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters