Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release cleanup 0.0.2-alpha.1 #350

Merged
merged 6 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repository.workspace = true
readme.workspace = true
documentation = "https://docs.rs/libcrux/"
description = "The Formally Verified Cryptography Library"
exclude = ["/tests", "/specs"]
jschneider-bensch marked this conversation as resolved.
Show resolved Hide resolved
exclude = ["/tests", "/specs", "/proofs"]

[lib]
crate-type = ["staticlib", "cdylib", "lib"]
Expand Down
1 change: 1 addition & 0 deletions libcrux-ml-dsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition.workspace = true
repository.workspace = true
readme.workspace = true
description = "Libcrux ML-DSA implementation"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions libcrux-psq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition.workspace = true
repository.workspace = true
readme.workspace = true
description = "Libcrux Pre-Shared post-Quantum key establishement protocol"
publish = false

[lib]
path = "src/psq.rs"
Expand Down
14 changes: 0 additions & 14 deletions src/hax_utils.rs

This file was deleted.

4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
//!
//! The unified, formally verified, cryptography library.

// We wrap hax utilities here to only require that dependency when using the
// `hax` configuration.
pub(crate) mod hax_utils;

pub use libcrux_platform::aes_ni_support;

// Jasmin
Expand Down
1 change: 1 addition & 0 deletions sys/lib25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
readme.workspace = true
description = "sys crate for lib25519 on linux and macOS."
publish = false

[dependencies]
libc = "0.2"
Expand Down
1 change: 1 addition & 0 deletions sys/libjade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage.workspace = true
repository.workspace = true
readme = "Readme.md"
description = "Rust bindings for libjade, a formally verified cryptographic library written in jasmin."
publish = false

[dependencies]

Expand Down
Loading