Initialize this extended key as a master key from a seed.
Synopsis
Declared in <key.h>
void
SetSeed(std::span<std::byte const> seed);
Parameters
Name |
Description |
seed |
The seed bytes used to derive the master key. |
Created with MrDocs