- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Ed25519ph (0.06 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
len(message); l != sha512Size { return errors.New("ed25519: bad Ed25519ph message hash length: " + strconv.Itoa(l)) } if l := len(context); l > 255 { return errors.New("ed25519: bad Ed25519ph context length: " + strconv.Itoa(l)) } return verifyWithDom(pub, message, sig, domPrefixPh, context) } func VerifyCtx(pub *PublicKey, message []byte, sig []byte, context string) error { fipsSelfTest() // FIPS 186-5 specifies Ed25519 and Ed25519ph (with context), but not Ed25519ctx. fips140.RecordNonApproved()...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
len(message); l != sha512Size { return errors.New("ed25519: bad Ed25519ph message hash length: " + strconv.Itoa(l)) } if l := len(context); l > 255 { return errors.New("ed25519: bad Ed25519ph context length: " + strconv.Itoa(l)) } return verifyWithDom(pub, message, sig, domPrefixPh, context) } func VerifyCtx(pub *PublicKey, message []byte, sig []byte, context string) error { fipsSelfTest() // FIPS 186-5 specifies Ed25519 and Ed25519ph (with context), but not Ed25519ctx. fips140.RecordNonApproved()...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)