Skip to content

ml-kem library friction #8

@jmwample

Description

@jmwample

PkeParams and KemParams are not public which makes it impossible to do anything useful (i.e. add implementations) for the key types ml_kem::kem::{EncapsulationKey, DecapsulationKey}

i.e. It is extremely unwieldy to do something like:

impl<P> Decapsulate<KEncodedCiphertext<P>, SharedKey<P>> for ml_kem::kem::DecapsulationKey<P>
where
    P: KemCore + EncodingSize + ParameterSet,
...

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