diff --git a/components/aead/Cargo.toml b/components/aead/Cargo.toml index ec5bbab9a..c4db92aa1 100644 --- a/components/aead/Cargo.toml +++ b/components/aead/Cargo.toml @@ -5,7 +5,7 @@ description = "This crate provides an implementation of a two-party version of A keywords = ["tls", "mpc", "2pc", "aead", "aes", "aes-gcm"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/cipher/block-cipher/Cargo.toml b/components/cipher/block-cipher/Cargo.toml index 9ff9750b5..8abfd9c2a 100644 --- a/components/cipher/block-cipher/Cargo.toml +++ b/components/cipher/block-cipher/Cargo.toml @@ -5,7 +5,7 @@ description = "2PC block cipher implementation" keywords = ["tls", "mpc", "2pc", "block-cipher"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/cipher/stream-cipher/Cargo.toml b/components/cipher/stream-cipher/Cargo.toml index 4dfb06f20..7d5097a2e 100644 --- a/components/cipher/stream-cipher/Cargo.toml +++ b/components/cipher/stream-cipher/Cargo.toml @@ -5,7 +5,7 @@ description = "2PC stream cipher implementation" keywords = ["tls", "mpc", "2pc", "stream-cipher"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [features] diff --git a/components/key-exchange/Cargo.toml b/components/key-exchange/Cargo.toml index 6d483afec..b20209b21 100644 --- a/components/key-exchange/Cargo.toml +++ b/components/key-exchange/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the 3-party key-exchange protocol" keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/prf/hmac-sha256-circuits/Cargo.toml b/components/prf/hmac-sha256-circuits/Cargo.toml index 0d1f86883..7613590b6 100644 --- a/components/prf/hmac-sha256-circuits/Cargo.toml +++ b/components/prf/hmac-sha256-circuits/Cargo.toml @@ -5,7 +5,7 @@ description = "The 2PC circuits for TLS HMAC-SHA256 PRF" keywords = ["tls", "mpc", "2pc", "hmac", "sha256"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/prf/hmac-sha256/Cargo.toml b/components/prf/hmac-sha256/Cargo.toml index 3b64ee006..93e6dcbf0 100644 --- a/components/prf/hmac-sha256/Cargo.toml +++ b/components/prf/hmac-sha256/Cargo.toml @@ -5,7 +5,7 @@ description = "A 2PC implementation of TLS HMAC-SHA256 PRF" keywords = ["tls", "mpc", "2pc", "hmac", "sha256"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/tls/tls-backend/Cargo.toml b/components/tls/tls-backend/Cargo.toml index 614a75de6..273844c32 100644 --- a/components/tls/tls-backend/Cargo.toml +++ b/components/tls/tls-backend/Cargo.toml @@ -5,7 +5,7 @@ description = "A TLS backend trait for TLSNotary" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/tls/tls-client-async/Cargo.toml b/components/tls/tls-client-async/Cargo.toml index 58563a6ed..6829617d4 100644 --- a/components/tls/tls-client-async/Cargo.toml +++ b/components/tls/tls-client-async/Cargo.toml @@ -5,7 +5,7 @@ description = "An async TLS client for TLSNotary" keywords = ["tls", "mpc", "2pc", "client", "async"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/tls/tls-client/Cargo.toml b/components/tls/tls-client/Cargo.toml index 19a16ee3d..e254c6c2c 100644 --- a/components/tls/tls-client/Cargo.toml +++ b/components/tls/tls-client/Cargo.toml @@ -5,7 +5,7 @@ description = "A TLS client for TLSNotary" keywords = ["tls", "mpc", "2pc", "client", "sync"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" autobenches = false build = "build.rs" diff --git a/components/tls/tls-core/Cargo.toml b/components/tls/tls-core/Cargo.toml index 2db245ebf..9b70fc53d 100644 --- a/components/tls/tls-core/Cargo.toml +++ b/components/tls/tls-core/Cargo.toml @@ -5,7 +5,7 @@ description = "Cryptographic operations for the TLSNotary TLS client" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/tls/tls-mpc/Cargo.toml b/components/tls/tls-mpc/Cargo.toml index 462dced5a..e27c7b016 100644 --- a/components/tls/tls-mpc/Cargo.toml +++ b/components/tls/tls-mpc/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the backend trait for 2PC" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [lib] diff --git a/components/universal-hash/Cargo.toml b/components/universal-hash/Cargo.toml index ccf94fe43..69fa7e290 100644 --- a/components/universal-hash/Cargo.toml +++ b/components/universal-hash/Cargo.toml @@ -5,7 +5,7 @@ description = "A crate which implements different hash functions for two-party c keywords = ["tls", "mpc", "2pc", "hash"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [features] diff --git a/notary/client/Cargo.toml b/notary/client/Cargo.toml index 74e2e92b9..7bea45489 100644 --- a/notary/client/Cargo.toml +++ b/notary/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notary-client" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [dependencies] diff --git a/notary/server/Cargo.toml b/notary/server/Cargo.toml index 89ddf81d7..69b40580e 100644 --- a/notary/server/Cargo.toml +++ b/notary/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notary-server" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [dependencies] diff --git a/notary/server/openapi.yaml b/notary/server/openapi.yaml index 616fe8684..cd0fdec48 100644 --- a/notary/server/openapi.yaml +++ b/notary/server/openapi.yaml @@ -3,7 +3,7 @@ openapi: 3.0.0 info: title: Notary Server description: Notary server written in Rust to provide notarization service. - version: 0.1.0-alpha.5 + version: 0.1.0-alpha.6 tags: - name: General diff --git a/tlsn/tlsn-common/Cargo.toml b/tlsn/tlsn-common/Cargo.toml index cce86df76..f189dbdf9 100644 --- a/tlsn/tlsn-common/Cargo.toml +++ b/tlsn/tlsn-common/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tlsn-common" description = "Common code shared between tlsn-prover and tlsn-verifier" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [features] diff --git a/tlsn/tlsn-core/Cargo.toml b/tlsn/tlsn-core/Cargo.toml index 49ec190b1..922238f57 100644 --- a/tlsn/tlsn-core/Cargo.toml +++ b/tlsn/tlsn-core/Cargo.toml @@ -5,7 +5,7 @@ description = "Core types for TLSNotary" keywords = ["tls", "mpc", "2pc", "types"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [features] diff --git a/tlsn/tlsn-formats/Cargo.toml b/tlsn/tlsn-formats/Cargo.toml index 7133d81fa..3918707ff 100644 --- a/tlsn/tlsn-formats/Cargo.toml +++ b/tlsn/tlsn-formats/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tlsn-formats" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [dependencies] diff --git a/tlsn/tlsn-prover/Cargo.toml b/tlsn/tlsn-prover/Cargo.toml index 490111894..dc8ed13f6 100644 --- a/tlsn/tlsn-prover/Cargo.toml +++ b/tlsn/tlsn-prover/Cargo.toml @@ -5,7 +5,7 @@ description = "Contains the prover library" keywords = ["tls", "mpc", "2pc", "prover"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [features] diff --git a/tlsn/tlsn-verifier/Cargo.toml b/tlsn/tlsn-verifier/Cargo.toml index 7e6e5433f..ce831d42e 100644 --- a/tlsn/tlsn-verifier/Cargo.toml +++ b/tlsn/tlsn-verifier/Cargo.toml @@ -5,7 +5,7 @@ description = "A library for the TLSNotary verifier" keywords = ["tls", "mpc", "2pc"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" edition = "2021" [features]