Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestingOnlySignWithR (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. lib/fips140/v1.1.0-rc1.zip

    []byte, context string) ([]byte, error) { fipsSelfTest() fips140.RecordApproved() var random [32]byte μ, err := computeMessageHash(priv.pub.tr[:], msg, context) if err != nil { return nil, err } return signInternal(priv, &μ, &random), nil } func TestingOnlySignWithR(priv *PrivateKey, msg []byte, context string, random []byte) ([]byte, error) { fipsSelfTest() fips140.RecordApproved() μ, err := computeMessageHash(priv.pub.tr[:], msg, context) if err != nil { return nil, err } if len(random) != 32 { return...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top