Skip to content

Commit 43d2c04

Browse files
authored
chore: prepare alpha.7 release (#620)
1 parent ca328fa commit 43d2c04

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tlsn-common"
33
description = "Common code shared between tlsn-prover and tlsn-verifier"
4-
version = "0.1.0-alpha.6"
4+
version = "0.1.0-alpha.7"
55
edition = "2021"
66

77
[features]

crates/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.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[lib]

crates/components/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.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[lib]

crates/components/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.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[lib]

crates/components/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.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[lib]

crates/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 3-party 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.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[lib]

crates/components/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.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[features]

crates/components/universal-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A crate which implements different hash functions for two-party c
55
keywords = ["tls", "mpc", "2pc", "hash"]
66
categories = ["cryptography"]
77
license = "MIT OR Apache-2.0"
8-
version = "0.1.0-alpha.6"
8+
version = "0.1.0-alpha.7"
99
edition = "2021"
1010

1111
[features]

crates/core/Cargo.toml

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

1111
[features]

crates/formats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlsn-formats"
3-
version = "0.1.0-alpha.6"
3+
version = "0.1.0-alpha.7"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)