Skip to content

Commit 309c37f

Browse files
authored
chore: v0.1.0-alpha.4 release prep (#437)
* bump version to v0.1.0-alpha.4 * set package version for tlsn-formats
1 parent c7abc8c commit 309c37f

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

components/aead/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "This crate provides an implementation of a two-party version of A
55
keywords = ["tls", "mpc", "2pc", "aead", "aes", "aes-gcm"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/cipher/block-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "2PC block cipher implementation"
55
keywords = ["tls", "mpc", "2pc", "block-cipher"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/cipher/stream-cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "2PC stream cipher implementation"
55
keywords = ["tls", "mpc", "2pc", "stream-cipher"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[features]

components/key-exchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Implementation of the TLSNotary-specific key-exchange protocol"
55
keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/point-addition/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Addition of EC points using 2PC, producing additive secret-shares
55
keywords = ["tls", "mpc", "2pc", "ecc", "elliptic"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/prf/hmac-sha256-circuits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "The 2PC circuits for TLS HMAC-SHA256 PRF"
55
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/prf/hmac-sha256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A 2PC implementation of TLS HMAC-SHA256 PRF"
55
keywords = ["tls", "mpc", "2pc", "hmac", "sha256"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/tls/tls-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A TLS backend trait for TLSNotary"
55
keywords = ["tls", "mpc", "2pc"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/tls/tls-client-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "An async TLS client for TLSNotary"
55
keywords = ["tls", "mpc", "2pc", "client", "async"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010

1111
[lib]

components/tls/tls-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A TLS client for TLSNotary"
55
keywords = ["tls", "mpc", "2pc", "client", "sync"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.3"
8+
version = "0.1.0-alpha.4"
99
edition = "2021"
1010
autobenches = false
1111
build = "build.rs"

0 commit comments

Comments
 (0)