- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for zeroSum (0.05 sec)
-
lib/fips140/v1.0.0.zip
that the string does not appear // elsewhere in normal binaries, just as a precaution. const fipsMagic = " Go fipsinfo \xff\x00" var zeroSum [32]byte func init() { if !fips140.Enabled { return } if err := fips140.Supported(); err != nil { panic("fips140: " + err.Error()) } if Linkinfo.Magic[0] != 0xff || string(Linkinfo.Magic[1:]) != fipsMagic || Linkinfo.Sum == zeroSum { panic("fips140: no verification checksum found") } h := hmac.New(sha256.New, make([]byte, 32)) w := io.Writer(h) /* // Uncomment...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)