Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest highctidh #36

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/katzenpost/hpqc
go 1.21.3

require (
codeberg.org/vula/highctidh v1.0.2024052900
codeberg.org/vula/highctidh v1.0.2024053000
filippo.io/edwards25519 v1.0.0
filippo.io/mlkem768 v0.0.0-20240221181710-5ce91625fdc1
github.com/go-faster/xor v1.0.0
Expand All @@ -12,6 +12,7 @@ require (
github.com/katzenpost/circl v1.3.9-0.20240222183521-1cd9a34e9a0c
github.com/katzenpost/sntrup4591761 v0.0.0-20231024131303-8755eb1986b8
github.com/katzenpost/sphincsplus v0.0.2-0.20240114192234-1dc77b544e31
github.com/katzenpost/x448 v0.0.0-20240620191025-0d4bb125d9c5
github.com/stretchr/testify v1.8.4
gitlab.com/elixxir/crypto v0.0.9
gitlab.com/xx_network/crypto v0.0.6
Expand All @@ -20,7 +21,6 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/katzenpost/x448 v0.0.0-20240620191025-0d4bb125d9c5 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codeberg.org/vula/highctidh v1.0.2024052900 h1:cnJsUGj+ryIWTLsWR2xgs2ZvYKriUW9zF7aYDnWwBKM=
codeberg.org/vula/highctidh v1.0.2024052900/go.mod h1:admvznk7GhsrDih/BMy7jbIv9Y86U9vj7S5FVoquF/g=
codeberg.org/vula/highctidh v1.0.2024053000 h1:qFaCGPxu29qH0D35WcTvb7vail2EXIwrq3agrq6KkC8=
codeberg.org/vula/highctidh v1.0.2024053000/go.mod h1:admvznk7GhsrDih/BMy7jbIv9Y86U9vj7S5FVoquF/g=
filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek=
filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
filippo.io/mlkem768 v0.0.0-20240221181710-5ce91625fdc1 h1:xbdqh5aDZeO0XqW896qVjKnAqRji9nkIwmsBEEbCA10=
Expand Down