Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + func Append[T base.BytesLike](tape Transcript, label string, xs ...T) + func Extract[T base.BytesLike](tape Transcript, label string, f algebra.FiniteStructure[T]) (T, error) + type Transcript interface + AppendBytes func(label string, messages ...[]byte) + AppendDomainSeparator func(tag string) + ExtractBytes func(label string, outLen uint) ([]byte, error)