Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for verifyWithDom (0.18 sec)

  1. lib/fips140/v1.0.0-c2097c7c.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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top