Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SignDeterministic (0.41 sec)

  1. 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)
  2. lib/fips140/v1.0.0-c2097c7c.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 fips140.Hash](c *Curve[P], h func() H, priv *PrivateKey,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
Back to top