Expand description
This module provides a Transcript abstraction.
This is useful for hashing data, committing to it, and extracting secure randomness from it. The API evades common footguns when doing these things in an ad hoc way.
Structsยง
- Summary
- Represents a summary of a transcript.
- Transcript
- Provides a convenient abstraction over hashing data and deriving randomness.