|
|
| SecretKey (std::string_view s) |
| std::string | signDetached (std::string_view s) const |
|
PublicKey | toPublicKey () const |
| | Key (std::string_view s) |
|
std::string | to_string () const |
|
|
static SecretKey | generate (std::string_view name) |
|
|
std::string | name |
|
std::string | key |
|
| Key (std::string_view name, std::string &&key) |
◆ signDetached()
| std::string nix::SecretKey::signDetached |
( |
std::string_view | s | ) |
const |
Return a detached signature of the given string.
The documentation for this struct was generated from the following files:
- lix/libstore/crypto.hh
- lix/libstore/crypto.cc