cryspen / libcrux

The formally verified crypto library for Rust
https://cryspen.com/libcrux
Apache License 2.0
89 stars 15 forks source link

Directory Structure: Move crates to single Directory #667

Open keks opened 2 weeks ago

keks commented 2 weeks ago

Put all crates into a subdirectory "crates", and remove the leading "libcrux-" in the path.

We can't do this now, because it introduces too much churn in the proofs. Let's keep it in mind, though.