ethereumjs / keythereum

Create, import and export Ethereum keys
MIT License
609 stars 163 forks source link

Is there a sign and a verify function ? #41

Closed ellis2323 closed 7 years ago

ellis2323 commented 7 years ago

i found the encrypt and decrypt functions but no sign and verify functions ? i could be an useful improvement. Should we use ethereumjs-util to do theses operations. Best regards

Silur commented 7 years ago

not in keythereum but you can find it in https://github.com/ethereumjs/ethereumjs-util/blob/master/index.js#L327