You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to realize Round5 KEM in Rust and implement your Kem trait for it. The problem is Round5 requires that both generate and encapsulate methods take a source of random as a parameter.
It would be great if you'll add rng: &mut dyn Random parameter in types::Kem::encapsulate method
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to realize Round5 KEM in Rust and implement your Kem trait for it. The problem is Round5 requires that both
generate
andencapsulate
methods take a source of random as a parameter.It would be great if you'll add
rng: &mut dyn Random
parameter intypes::Kem::encapsulate
methodThe text was updated successfully, but these errors were encountered: