Closed Exulansis closed 4 years ago
Implements KeyPair::new(keyType: KeyType, sk: Vec<u8>) for the supported KeyTypes.
KeyPair::new(keyType: KeyType, sk: Vec<u8>)
KeyTypes
Added a few sanity tests to ensure the derivation of public keys is correct.
Still need to clean up a bit and do some testing.
Implements
KeyPair::new(keyType: KeyType, sk: Vec<u8>)
for the supportedKeyTypes
.Added a few sanity tests to ensure the derivation of public keys is correct.