Impl pow_vartime and sqrt on ed libs

This commit is contained in:
Luke Parker
2022-12-15 19:23:42 -05:00
parent 461504ccbf
commit b8db677d4c
4 changed files with 152 additions and 10 deletions

View File

@@ -108,6 +108,7 @@ impl Transcript for IetfTranscript {
self.0.clone()
}
// FROST won't use this and this shouldn't be used outside of FROST
fn rng_seed(&mut self, _: &'static [u8]) -> [u8; 32] {
unimplemented!()
}