Structs§
- RTExposed
Secret - A wrapper type representing an exposed secret.
- RTSecret
- A runtime secret with optional zeroization for the type
Tand exposure count tracking. It is the runtime version ofSecret<T, MEC, EC>.
Type Aliases§
- Secrecy
Secret - A convenience alias for
RTSecretwith a secret of typeTthat does not conduct any exposure count checking, i.e. the secret can be exposed infinitely many times. It is meant to function almost identically tosecrecy::Secret, except that the signature of.expose_secret(...)method is different.