mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-31 15:50:11 +00:00
RTG-1339 Support post-quantum hybrid key exchange
Func spec: https://wiki.cfops.it/x/ZcBKHw
This commit is contained in:

committed by
Devin Carr

parent
3e0ff3a771
commit
11cbff4ff7
9
vendor/github.com/cloudflare/circl/simd/keccakf1600/f1600x4stubs_amd64.go
generated
vendored
Normal file
9
vendor/github.com/cloudflare/circl/simd/keccakf1600/f1600x4stubs_amd64.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Code generated by command: go run src.go -out ../../f1600x4_amd64.s -stubs ../../f1600x4stubs_amd64.go -pkg keccakf1600. DO NOT EDIT.
|
||||
|
||||
//go:build amd64
|
||||
// +build amd64
|
||||
|
||||
package keccakf1600
|
||||
|
||||
//go:noescape
|
||||
func f1600x4AVX2(state *uint64, rc *[24]uint64)
|
Reference in New Issue
Block a user