Document the transcript library

This commit is contained in:
Luke Parker
2022-07-09 00:37:39 -04:00
parent c5f75568cd
commit f8760ae021
2 changed files with 16 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ Flexible Transcript is a crate offering:
provided hash function.
- `MerlinTranscript`, a wrapper of `merlin` into the trait (available via the
`merlin` feature).
- `RecommendedTranscript`, a transcript recommended for usage in applications.
Currently, this is `DigestTranscript<Blake2b512>` (available via the
`recommended` feature).
The trait was created while working on an IETF draft which defined an incredibly
simple transcript format. Extensions of the protocol would quickly require a