Removes curveFpDecodePointHex
This commit is contained in:
parent
39abb2b9f9
commit
7451c54cc6
2 changed files with 1 additions and 27 deletions
src/jsbn
|
@ -185,7 +185,7 @@ function secp256r1() {
|
|||
var curve = new ECCurveFp(p, a, b);
|
||||
|
||||
var x = fromHex("6B17D1F2E12C4247F8BCE6E563A440F277037D812DEB33A0F4A13945D898C296")
|
||||
var y = fromHex("4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5")
|
||||
var y = fromHex("4FE342E2FE1A7F9B8EE7EB4A7C0F9E162BCE33576B315ECECBB6406837BF51F5")
|
||||
var G = new ECPointFp(curve,
|
||||
curve.fromBigInteger(x),
|
||||
curve.fromBigInteger(y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue