- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ConstantTimeSelect (0.24 sec)
-
lib/fips140/v1.0.0.zip
rest := db[hash.Size():] for i := 0; i < len(rest); i++ { equals0 := subtle.ConstantTimeByteEq(rest[i], 0) equals1 := subtle.ConstantTimeByteEq(rest[i], 1) index = subtle.ConstantTimeSelect(lookingForIndex&equals1, i, index) lookingForIndex = subtle.ConstantTimeSelect(equals1, 0, lookingForIndex) invalid = subtle.ConstantTimeSelect(lookingForIndex&^equals0, 1, invalid) } if firstByteIsZero&lHash2Good&^invalid&^lookingForIndex != 1 { return nil, ErrDecryption } return rest[index+1:], nil } golang.o...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
api/go1.txt
pkg crypto/subtle, func ConstantTimeCompare([]uint8, []uint8) int pkg crypto/subtle, func ConstantTimeCopy(int, []uint8, []uint8) pkg crypto/subtle, func ConstantTimeEq(int32, int32) int pkg crypto/subtle, func ConstantTimeSelect(int, int, int) int pkg crypto/tls, const NoClientCert ClientAuthType pkg crypto/tls, const RequestClientCert ClientAuthType pkg crypto/tls, const RequireAndVerifyClientCert ClientAuthType
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)