jolocom / wallet-rs

Rust-implemented signing/decrypting keystore
Apache License 2.0
11 stars 7 forks source link

Feat/impl key pair new #5

Closed Exulansis closed 4 years ago

Exulansis commented 4 years ago

Implements KeyPair::new(keyType: KeyType, sk: Vec<u8>) for the supported KeyTypes.

Added a few sanity tests to ensure the derivation of public keys is correct.

Exulansis commented 4 years ago

Still need to clean up a bit and do some testing.