- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for verifyWithoutSelfTes (0.12 sec)
-
lib/fips140/v1.0.0.zip
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, domPrefixPure, "") } func verifyWithoutSelfTes(pub *PublicKey, message, sig []byte) error { return verifyWithDom(pub, message, sig, domPrefixPure, "") } var fipsSelfTest = sync.OnceFunc(func() { fips140.CAST("Ed25519 sign and verify", func() error { seed := [32]byte{ 0x01, 0x02, 0x03, 0x04,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)