File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pke/kyber/internal/common/asm Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/cloudflare/circl/pke/kyber/internal/common/asm
3
3
go 1.22.0
4
4
5
5
require (
6
- github.com/cloudflare/circl v1.4.0
6
+ github.com/cloudflare/circl v1.6.1
7
7
github.com/mmcloughlin/avo v0.6.0
8
8
)
9
9
Original file line number Diff line number Diff line change 1
- // Code generated by command: go run src.go -out ../amd64.s -stubs ../stubs_amd64.go -pkg common . DO NOT EDIT.
1
+ // Code generated by command: go run src.go -out ../amd64.s -stubs ../stubs_amd64.go -pkg dilithium . DO NOT EDIT.
2
2
3
3
//go:build amd64 && !purego
4
4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/cloudflare/circl/sign/internal/dilithium/asm
3
3
go 1.22.0
4
4
5
5
require (
6
- github.com/cloudflare/circl v1.4.0
6
+ github.com/cloudflare/circl v1.6.1
7
7
github.com/mmcloughlin/avo v0.6.0
8
8
)
9
9
You can’t perform that action at this time.
0 commit comments