Update to FROST v7

This commit is contained in:
Luke Parker
2022-07-12 02:45:18 -04:00
parent 5eb61f3a87
commit 94f380f857
4 changed files with 60 additions and 45 deletions

View File

@@ -69,7 +69,7 @@ impl Transcript for IetfTranscript {
type Challenge = Vec<u8>;
fn new(_: &'static [u8]) -> IetfTranscript {
unimplemented!("IetfTranscript should not be used with multiple nonce protocols");
IetfTranscript(vec![])
}
fn domain_separate(&mut self, _: &[u8]) {}