Use dom-sep tags in the transcripts

Also simplifies form in some places
This commit is contained in:
Luke Parker
2022-05-06 01:35:23 -04:00
parent 0f481773df
commit cc9c2e0d40
4 changed files with 31 additions and 19 deletions

View File

@@ -21,6 +21,8 @@ pub trait Transcript {
label: &'static [u8],
additional_entropy: Option<[u8; 32]>
) -> Self::SeededRng;
// TODO: Consider a domain_separate function
}
#[derive(Clone, Debug)]