MCPcopy Create free account
hub / github.com/C2SP/CCTV / init

Function init

ML-KEM/modulus/modulus.go:71–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69var ρ = make([]byte, 32)
70
71func init() { rand.Read(ρ) }
72
73func randomPoly() [n]uint16 {
74 var f [n]uint16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected