Skip to content

Use drbg in hpke #1545

Description

@franziskuskiefer

Now that we have a DRBG again we should use it in HPKE.

pub struct HpkeLibcruxPrng {
#[cfg(feature = "deterministic-prng")]
fake_rng: Vec<u8>,
rng: rand_chacha::ChaCha20Rng,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions