replace ECKey/ECPubKey with ECPair
This commit is contained in:
parent
31832293dd
commit
4c8b0f38ea
20 changed files with 266 additions and 670 deletions
src
|
@ -4,8 +4,7 @@ module.exports = {
|
|||
bufferutils: require('./bufferutils'),
|
||||
crypto: require('./crypto'),
|
||||
ecdsa: require('./ecdsa'),
|
||||
ECKey: require('./eckey'),
|
||||
ECPubKey: require('./ecpubkey'),
|
||||
ECPair: require('./ecpair'),
|
||||
ECSignature: require('./ecsignature'),
|
||||
message: require('./message'),
|
||||
opcodes: require('./opcodes'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue