const crypto/mlkem.SeedSize
5 uses
crypto/mlkem (current package)
mlkem.go#L24: SeedSize = 64
crypto/hpke
pq.go#L262: seedPQ := make([]byte, mlkem.SeedSize)
crypto/tls
key_schedule.go#L180: seed := make([]byte, mlkem.SeedSize)
github.com/refraction-networking/utls
handshake_client.go#L171: seed := make([]byte, mlkem.SeedSize)
u_parrots.go#L2892: seed := make([]byte, mlkem.SeedSize)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |