- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SignDeterministic (0.52 sec)
-
lib/fips140/v1.1.0-rc1.zip
v.d, bits2octets(c, hash)}) return sign(c, priv, drbg, hash) } // SignDeterministic signs a hash (which shall be the result of hashing a // larger message with the hash function H) using the private key, priv. If the // hash is longer than the bit-length of the private key's curve order, the hash // will be truncated to that length. This applies Deterministic ECDSA as // specified in FIPS 186-5 and RFC 6979. func SignDeterministic[P Point[P], H hash.Hash](c *Curve[P], h func() H, priv *PrivateKey,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)