- Sort Score
- Result 10 results
- Languages All
Results 71 - 72 of 72 for strcmp (1.17 sec)
-
lib/fips140/v1.0.0.zip
ErrVerification } // Like in signPSSWithSalt, deal with mismatches between emLen and the size // of the modulus. The spec would have us wire emLen into the encoding // function, but we'd rather always encode to the size of the modulus and // then strip leading zeroes if necessary. This only happens for weird // modulus sizes anyway. for len(em) > emLen && len(em) > 0 { if em[0] != 0 { return ErrVerification } em = em[1:] } return emsaPSSVerify(digest, em, emBits, saltLength, hash) } func checkApprovedHash(hash...
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.1.txt
pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006" pkg time, const Saturday = 6 pkg time, const Second = 1000000000 pkg time, const September = 9 pkg time, const Stamp = "Jan _2 15:04:05" pkg time, const StampMicro = "Jan _2 15:04:05.000000" pkg time, const StampMilli = "Jan _2 15:04:05.000" pkg time, const StampNano = "Jan _2 15:04:05.000000000" pkg time, const Sunday = 0
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)