Documentation
¶
Overview ¶
Package transcripts provides transcript abstractions and helpers for protocols.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Append ¶
func Append[T base.BytesLike](tape Transcript, label string, xs ...T)
Append writes BytesLike values to the transcript under the given label.
func Extract ¶
func Extract[T base.BytesLike](tape Transcript, label string, f algebra.FiniteStructure[T]) (T, error)
Extract derives a field element from the transcript using the given structure.
Types ¶
Click to show internal directories.
Click to hide internal directories.