DiceKeys Seeded Cryptography Library
|
This is the complete list of members for Secret, including all inherited members.
deriveFromSeed(const std::string &seedString, const std::string &recipe) | Secret | static |
fromJson(const std::string &seedAsJson) | Secret | static |
fromSerializedBinaryForm(const SodiumBuffer &serializedBinaryForm) | Secret | static |
recipe | Secret | |
Secret(const Secret &other) | Secret | |
Secret(const SodiumBuffer &secretBytes, const std::string &recipe={}) | Secret | |
Secret(const std::string &seedString, const std::string &recipe) | Secret | |
secretBytes | Secret | |
toJson(int indent=-1, const char indent_char=' ') const | Secret | |
toSerializedBinaryForm() const | Secret |