Modules§
Macros§
- delegate_
const_ transcribable - Delegates
ConstTranscribableto the single inner field of a newtype.Transcribableis obtained automatically via the blanket impl. - delegate_
gen_ transcribable - Should not be used directly — use [
delegate_transcribable!] or [delegate_const_transcribable!] instead. - delegate_
transcribable - Delegates
Transcribableto the single inner field of a newtype. Use this instead of [delegate_const_transcribable!] when the inner type only implementsTranscribable(e.g.BoxedUint).
Structs§
- Blake3
Transcript - A cryptographic transcript implementation using the BLAKE3 hash function. Used for Fiat-Shamir transformations in zero-knowledge proof systems.