Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 115792089210356248762697446949407573530086143415290314195533631308867097853951 (0.66 sec)

  1. src/crypto/elliptic/nistec.go

    	newPoint: nistec.NewP256Point,
    }}
    
    func initP256() {
    	p256.params = &CurveParams{
    		Name:    "P-256",
    		BitSize: 256,
    		// FIPS 186-4, section D.1.2.3
    		P:  bigFromDecimal("115792089210356248762697446949407573530086143415290314195533631308867097853951"),
    		N:  bigFromDecimal("115792089210356248762697446949407573529996955224135760342422259061068512044369"),
    		B:  bigFromHex("5ac635d8aa3a93e7b3ebbd55769886bc651d06b0cc53b0f63bce3c3e27d2604b"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 21 16:19:34 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top