Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyWithDom (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    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() if l := len(context); l > 255 { return errors.New("ed25519: bad Ed25519ctx context length: " + strconv.Itoa(l)) } return verifyWithDom(pub, message, sig, domPrefixCtx, context) } func verifyWithDom(pub...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top