Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestingOnlyNewPrivat (0.09 sec)

  1. lib/fips140/v1.1.0-rc1.zip

    coefficients of s₂ + k × n × 13-bit coefficients of t₀ return 32 + 32 + 64 + l*n*ηBitlen/8 + k*n*ηBitlen/8 + k*n*13/8 } // TestingOnlyNewPrivat creates a PrivateKey from a // semi-expanded private key encoding, for testing purposes. It rejects // inconsistent keys. // // [PrivateKey.Bytes] must NOT be called on the resulting key, as it will // produce a random value. func TestingOnlyNewPrivat(sk []byte) (*PrivateKey, error) { var p parameters switch len(sk) { case semiExpandedPrivKeyS(params44): p = params44...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top