CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
24 namespace catapult {
namespace crypto {
class PrivateKey; } }
26 namespace catapult {
namespace crypto {
void ExtractPublicKeyFromPrivateKey(const PrivateKey &privateKey, Key &publicKey)
Extracts a public key (publicKey) from a private key ()
Definition: KeyGenerator.cpp:31
Represents a private key.
Definition: PrivateKey.h:32
constexpr const uint8_t * data() const noexcept
Returns a const pointer to the underlying array.
Definition: ByteArray.h:70
void HashPrivateKey(const PrivateKey &privateKey, Hash512 &hash)
Calculates hash of a privateKey.
Definition: CryptoUtils.cpp:31
Definition: AddressExtractionExtension.cpp:28
utils::ByteArray< Key_Size, Key_tag > Key
Definition: src/catapult/types.h:41