Skip to content

Commit aa837fd

Browse files
committed
Update code generators to CIRCL v1.6.1.
1 parent 3fcf21b commit aa837fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pke/kyber/internal/common/asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudflare/circl/pke/kyber/internal/common/asm
33
go 1.22.0
44

55
require (
6-
github.com/cloudflare/circl v1.4.0
6+
github.com/cloudflare/circl v1.6.1
77
github.com/mmcloughlin/avo v0.6.0
88
)
99

sign/internal/dilithium/amd64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
22

33
//go:build amd64 && !purego
44

sign/internal/dilithium/asm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cloudflare/circl/sign/internal/dilithium/asm
33
go 1.22.0
44

55
require (
6-
github.com/cloudflare/circl v1.4.0
6+
github.com/cloudflare/circl v1.6.1
77
github.com/mmcloughlin/avo v0.6.0
88
)
99

0 commit comments

Comments
 (0)