Expand description
Secret handling & derivation
Structs§
- Plain
Root Secret Strategy - Just uses 64 random bytes and derives the secret from them
Constants§
Traits§
- Deriveable
Secret Client Ext - Root
Secret Strategy - Trait defining a way to generate, serialize and deserialize a root secret.
It defines a
Encoding
associated type which represents a specific representation of a secret (e.g. a bip39, slip39, CODEX32, … struct) and then defines the methods necessary for the client to interact with it.
Functions§
- get_
default_ client_ secret - Convenience function to derive fedimint-client root secret using the default (0) wallet number, given a global root secret that’s managed externally by a consumer of fedimint-client.