bitcore-lib icon indicating copy to clipboard operation
bitcore-lib copied to clipboard

Create compressed keys by default

Open braydonf opened this issue 8 years ago • 1 comments

This code will now create a compressed (and standardized) key:

var privateKey = bitcore.PrivateKey.fromBuffer(crypto.randomBytes(32));

Closes: https://github.com/bitpay/bitcore-lib/issues/91

braydonf avatar Sep 12 '16 22:09 braydonf

ACK

matiu avatar Oct 26 '17 16:10 matiu