- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for verifyWithoutSelfTes (0.09 seconds)
-
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,...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (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,...Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)