mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-10 02:25:21 +02:00
remove references to securerandom.js as its no longer used
This commit is contained in:
@@ -640,7 +640,6 @@
|
||||
var hash = Crypto.util.hexToBytes(this.transactionHash(index));
|
||||
|
||||
if(hash){
|
||||
var rng = new SecureRandom();
|
||||
var curve = EllipticCurve.getSECCurveByName("secp256k1");
|
||||
var key = coinjs.wif2privkey(wif);
|
||||
var priv = BigInteger.fromByteArrayUnsigned(Crypto.util.hexToBytes(key['privkey']));
|
||||
|
||||
Reference in New Issue
Block a user