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
Just though I'd highlight that the added
libcrux-ml-kemdependency inrustls-graviolahas resulted in much longer compile times.On my local M1 Macbook: