oa::serializePublicKey

Fixed-size serialization. Parsing is length-checked and never reads from a raw pointer without a caller-supplied extent.

Function Documentation

oa::Array<oa::Byte, OA_SIGN_PUBKEY_SIZE> oa::serializePublicKey( const PublicKey & inKey )
Fixed-size serialization. Parsing is length-checked and never reads from a raw pointer without a caller-supplied extent.

Parameters

inKey
const PublicKey &

Returns

oa::Array<oa::Byte, OA_SIGN_PUBKEY_SIZE>

The declared return value.