- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for verifyWithoutSelfTes (0.78 sec)
-
lib/fips140/v1.0.0-c2097c7c.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 Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.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 Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)