serai/crypto/transcript
Luke Parker 03e759b1fd
Fix DigestTranscript to be secure
Collisions were possible depending on static label substrings. Now, 
labels are prefixed by their length to prevent this from being possible. 
All variables are also flagged by their type, preventing other potential 
conflicts.
2022-06-24 08:42:38 -04:00
..
src Fix DigestTranscript to be secure 2022-06-24 08:42:38 -04:00
Cargo.toml Prepare transcript for publishing 2022-06-19 06:35:15 -04:00
LICENSE Transcript crate with both a merlin backend and a basic label len value backend 2022-05-03 07:20:24 -04:00
README.md Prepare transcript for publishing 2022-06-19 06:35:15 -04:00

Transcript

Basic transcript trait with a Merlin wrapper available via the Merlin feature.