Skip to content

Compile time regression due to added X25519MLKEM768 support #114

@CathalMullan

Description

@CathalMullan

Just though I'd highlight that the added libcrux-ml-kem dependency in rustls-graviola has resulted in much longer compile times.

On my local M1 Macbook:

> git checkout v/0.2.1
> cargo clean
> cargo build --release --package rustls-graviola
    ...
    Finished `release` profile [optimized] target(s) in 6.60s
> git checkout v/0.3.1
> cargo clean
> cargo build --release --package rustls-graviola
    ...
    Finished `release` profile [optimized] target(s) in 22.44s

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