KeyPair::KeyPair

Move-construct a key pair from another.

Synopsis

Declared in <key.h>

constexpr
KeyPair(KeyPair&& other) noexcept = default;

Parameters

NameDescription
otherThe key pair to move from.