snow icon indicating copy to clipboard operation
snow copied to clipboard

Add rng parameter in encapsulate method of a Kem trait

Open ChickenLover opened this issue 4 years ago • 0 comments

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

ChickenLover avatar Mar 23 '20 13:03 ChickenLover