Update index.html
This commit is contained in:
parent
e2948b1db5
commit
268ffe4197
@ -82,9 +82,9 @@
|
||||
/* FLO Crypto Operators*/
|
||||
const floCrypto = {
|
||||
|
||||
//p: BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F", 16),
|
||||
p: BigInteger("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F", 16),
|
||||
|
||||
//ecparams: EllipticCurve.getSECCurveByName("secp256k1"),
|
||||
ecparams: EllipticCurve.getSECCurveByName("secp256k1"),
|
||||
|
||||
exponent1: function () {
|
||||
return this.p.add(BigInteger.ONE).divide(BigInteger("4"))
|
||||
@ -5933,4 +5933,4 @@
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user