key-encoder-js
key-encoder-js copied to clipboard
Library for encoding and decoding ecdsa private keys and converting between formats
The old condition always evaluated to false.
Without this, it's possible for asn1 to use one definition of Buffer and key-encoder to use another.
Added support for secp256r1 curve and updated tests. Modified the tests to accept multiple curves.
This PR * updates the documentation how to use `key-encoder` with `require` * replaces slack image with discord image * fixes #16
I am creating keypairs in android and ios native and I am not able to get eos-js able to verify the signatures. Is it possible to import the keypairs as...
I'm trying to convert ethereum private key to DER format but get an error. Below are the steps: First I use web3 to create new ethereum account that has the...
Hyperledger Fabric uses secp256r1 curve. The keys returned as part of fabric SDK are in raw but they need conversion to hex.