var crypto/elliptic.p224
15 uses
crypto/elliptic (current package)
p224.go#L16: var p224 p224Curve
p224.go#L25: p224.CurveParams = &CurveParams{Name: "P-224"}
p224.go#L26: p224.P, _ = new(big.Int).SetString("26959946667150639794667015087019630673557916260026308143510066298881", 10)
p224.go#L27: p224.N, _ = new(big.Int).SetString("26959946667150639794667015087019625940457807714424391721682722368061", 10)
p224.go#L28: p224.B, _ = new(big.Int).SetString("b4050a850c04b3abf54132565044b0b7d7bfd8ba270b39432355ffb4", 16)
p224.go#L29: p224.Gx, _ = new(big.Int).SetString("b70e0cbd6bb4bf7f321390b94a03c1d356c21122343280d6115c1d21", 16)
p224.go#L30: p224.Gy, _ = new(big.Int).SetString("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34", 16)
p224.go#L31: p224.BitSize = 224
p224.go#L33: p224FromBig(&p224.gx, p224.Gx)
p224.go#L34: p224FromBig(&p224.gy, p224.Gy)
p224.go#L35: p224FromBig(&p224.b, p224.B)
p224.go#L43: return p224
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |