Add `keystore` module for `libnode`. These functions included in keystore. - [ ] Generate and Manage node's SecretKey, PublicKey and NodeID. - [ ] Store secret key for key: `node`-`secret`. - [ ] Store public key for key: `node`-`public`. - [ ] NodeID = ripemd160(sha3(public key))