void ExtractPublicKeyFromPrivateKey(const PrivateKey &privateKey, Key &publicKey)
Extracts a public key (publicKey) from a private key ()
Definition: KeyGenerator.cpp:31
void HashPrivateKey(const PrivateKey &privateKey, Hash512 &hash)
Calculates hash of a privateKey.
Definition: CryptoUtils.cpp:31