forked from dedis/kyber
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57e99ee
commit 75d37a5
Showing
3 changed files
with
12 additions
and
80 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
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,21 +1,20 @@ | ||
module github.com/drand/kyber | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/drand/kyber-bls12381 v0.2.4 | ||
github.com/drand/kyber-bls12381 v0.2.5 | ||
github.com/jonboulle/clockwork v0.3.0 | ||
github.com/stretchr/testify v1.8.1 | ||
go.dedis.ch/fixbuf v1.0.3 | ||
go.dedis.ch/protobuf v1.0.11 | ||
golang.org/x/crypto v0.3.0 | ||
golang.org/x/sys v0.3.0 | ||
golang.org/x/crypto v0.5.0 | ||
golang.org/x/sys v0.5.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kilic/bls12-381 v0.1.0 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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