Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initP521 (0.17 sec)

  1. src/crypto/elliptic/elliptic.go

    	if !curve.IsOnCurve(x, y) {
    		panic("crypto/elliptic: attempted operation on invalid point")
    	}
    }
    
    var initonce sync.Once
    
    func initAll() {
    	initP224()
    	initP256()
    	initP384()
    	initP521()
    }
    
    // P224 returns a [Curve] which implements NIST P-224 (FIPS 186-3, section D.2.2),
    // also known as secp224r1. The CurveParams.Name of this [Curve] is "P-224".
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top