Secure keystore (in leveldb) for the private keys of the node.
Password encryption is optional
Standards used: PKCS12 PKCS5 PKCS8 (https://en.wikipedia.org/wiki/PKCS)
PEM format for the EC private key is borrowed from the openSSL format
(e.g of an openSSL key:openssl ecparam -name secp256k1 -genkey -noout -out secp256k1-key.pem)
Secure keystore (in leveldb) for the private keys of the node. Password encryption is optional Standards used: PKCS12 PKCS5 PKCS8 (https://en.wikipedia.org/wiki/PKCS) PEM format for the EC private key is borrowed from the openSSL format (e.g of an openSSL key:
openssl ecparam -name secp256k1 -genkey -noout -out secp256k1-key.pem)
More tests will be added in another commit