This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Description
I need to make pem encoded secp256k1 keys.
I do this:
var KeyEncoder = require('key-encoder'),
keyEncoder = new KeyEncoder('secp256k1')
How I create raw keys from here?
I first have to make these raw keys from here and then encode them in Pem format with keyEncoder.encodePrivate and keyEncoder.encodePublic?