pub trait TranscriptRng {
type Rng: RngCore;
// Required method
fn rng(&mut self, label: &'static [u8]) -> Self::Rng;
}pub trait TranscriptRng {
type Rng: RngCore;
// Required method
fn rng(&mut self, label: &'static [u8]) -> Self::Rng;
}