Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestingOnlyNewPrivat (0.1 seconds)

  1. lib/fips140/v1.26.0.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...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
Back to Top