Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 26959946667150639794667015087019630673557916260026308143510066298881 (0.5 sec)

  1. src/crypto/elliptic/nistec.go

    	newPoint: nistec.NewP224Point,
    }
    
    func initP224() {
    	p224.params = &CurveParams{
    		Name:    "P-224",
    		BitSize: 224,
    		// FIPS 186-4, section D.1.2.2
    		P:  bigFromDecimal("26959946667150639794667015087019630673557916260026308143510066298881"),
    		N:  bigFromDecimal("26959946667150639794667015087019625940457807714424391721682722368061"),
    		B:  bigFromHex("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4"),
    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