- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for trimLen (0.06 sec)
-
lib/fips140/v1.0.0.zip
*PrivateKey) PublicKey() *PublicKey { return &priv.pub } // NewPrivateKey creates a new RSA private key from the given parameters. // // All values are in big-endian byte slice format, and may have leading zeros // or be shorter if leading zeroes were trimmed. func NewPrivateKey(N []byte, e int, d, P, Q []byte) (*PrivateKey, error) { n, err := bigmod.NewModulus(N) if err != nil { return nil, err } p, err := bigmod.NewModulus(P) if err != nil { return nil, err } q, err := bigmod.NewModulus(Q) if err !=...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)