bitcore-lib
                                
                                
                                
                                    bitcore-lib copied to clipboard
                            
                            
                            
                        Create compressed keys by default
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
ACK