Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_ja (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    []byte("PCT") sig := Sign(k, msg) // Note that this runs pub.a.SetBytes. If we wanted to make key generation // in FIPS mode faster, we could reuse A from GenerateKey. But another thing // that could make it faster is just _not doing a useless self-test_. pub, err := NewPublicKey(k.PublicKey()) if err != nil { return err } return Verify(pub, msg, sig) } func signWithoutSelfTest(priv *PrivateKey, message []byte) []byte { signature := make([]byte, signatureSize) return signWithDom(signature, priv, message,...
    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