You've already forked oath-authenticator
mirror of
https://github.com/trussed-dev/oath-authenticator.git
synced 2026-03-11 16:35:53 -07:00
1 line
488 B
JavaScript
1 line
488 B
JavaScript
window.SIDEBAR_ITEMS = {"derive":[["Zeroize","Derive the `Zeroize` trait."]],"struct":[["Zeroizing","`Zeroizing` is a a wrapper for any `Z: Zeroize` type which implements a `Drop` handler which zeroizes dropped values."]],"trait":[["DefaultIsZeroes","Marker trait for types whose `Default` is the desired zeroization result"],["TryZeroize","Fallible trait for representing cases where zeroization may or may not be possible."],["Zeroize","Trait for securely erasing types from memory"]]}; |