diff --git a/components/aead/Cargo.toml b/components/aead/Cargo.toml index 397b326fd..546bc9a51 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/cipher/block-cipher/Cargo.toml b/components/cipher/block-cipher/Cargo.toml index 3aa9396b7..8059f331f 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/cipher/stream-cipher/Cargo.toml b/components/cipher/stream-cipher/Cargo.toml index e8980e9ac..850c6a232 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.2" +version = "0.1.0-alpha.3" edition = "2021" [features] diff --git a/components/key-exchange/Cargo.toml b/components/key-exchange/Cargo.toml index 3af9eca22..0fdcb43a2 100644 --- a/components/key-exchange/Cargo.toml +++ b/components/key-exchange/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the TLSNotary-specific key-exchange protocol" keywords = ["tls", "mpc", "2pc", "pms", "key-exchange"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/point-addition/Cargo.toml b/components/point-addition/Cargo.toml index cc2fa2a79..377256980 100644 --- a/components/point-addition/Cargo.toml +++ b/components/point-addition/Cargo.toml @@ -5,7 +5,7 @@ description = "Addition of EC points using 2PC, producing additive secret-shares keywords = ["tls", "mpc", "2pc", "ecc", "elliptic"] categories = ["cryptography"] license = "MIT OR Apache-2.0" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/prf/hmac-sha256-circuits/Cargo.toml b/components/prf/hmac-sha256-circuits/Cargo.toml index 03a5fea2d..fec1214f5 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/prf/hmac-sha256/Cargo.toml b/components/prf/hmac-sha256/Cargo.toml index 77318b225..b8c3a69d9 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/tls/tls-backend/Cargo.toml b/components/tls/tls-backend/Cargo.toml index 7a782d926..9dc62221b 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/tls/tls-client-async/Cargo.toml b/components/tls/tls-client-async/Cargo.toml index ee37e0b66..b69db17b1 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/tls/tls-client/Cargo.toml b/components/tls/tls-client/Cargo.toml index 8bc3100c5..6d1dbfac8 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.2" +version = "0.1.0-alpha.3" edition = "2021" autobenches = false build = "build.rs" diff --git a/components/tls/tls-core/Cargo.toml b/components/tls/tls-core/Cargo.toml index b1a44ee09..ccabb3a57 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/tls/tls-mpc/Cargo.toml b/components/tls/tls-mpc/Cargo.toml index 0211ca201..aa4578737 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.2" +version = "0.1.0-alpha.3" edition = "2021" [lib] diff --git a/components/uid-mux/Cargo.toml b/components/uid-mux/Cargo.toml index f7b963169..f1e37a06f 100644 --- a/components/uid-mux/Cargo.toml +++ b/components/uid-mux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uid-mux" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" authors = ["TLSNotary Team"] description = "Multiplex connections asynchronously." keywords = ["multiplex", "channel", "futures", "async"] diff --git a/components/universal-hash/Cargo.toml b/components/universal-hash/Cargo.toml index 944805899..3044c3450 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.2" +version = "0.1.0-alpha.3" edition = "2021" [features] diff --git a/notary-server/Cargo.toml b/notary-server/Cargo.toml index d2a6991a3..a62e0b9dd 100644 --- a/notary-server/Cargo.toml +++ b/notary-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notary-server" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" edition = "2021" [dependencies] diff --git a/notary-server/openapi.yaml b/notary-server/openapi.yaml index fadff3ccc..e13f74e4f 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.2 + version: 0.1.0-alpha.3 tags: - name: General diff --git a/tlsn/tlsn-core/Cargo.toml b/tlsn/tlsn-core/Cargo.toml index b5ec854b4..ec3854adb 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.2" +version = "0.1.0-alpha.3" edition = "2021" [features] diff --git a/tlsn/tlsn-prover/Cargo.toml b/tlsn/tlsn-prover/Cargo.toml index a1e6763bb..18e821be6 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.2" +version = "0.1.0-alpha.3" edition = "2021" [features] diff --git a/tlsn/tlsn-verifier/Cargo.toml b/tlsn/tlsn-verifier/Cargo.toml index 6273cc873..4eec6db6d 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.2" +version = "0.1.0-alpha.3" edition = "2021" [features]