Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ blake3 = "1.5.5"
bytemuck = { version = "1.21.0", features = ["must_cast"] }
cpufeatures = "0.2.17"
criterion = { version = "0.8", features = ["async_tokio", "html_reports"] }
cryprot-codes = { version = "0.2.1", path = "cryprot-codes" }
cryprot-core = { version = "0.3.0", path = "cryprot-core" }
cryprot-net = { version = "0.2.1", path = "cryprot-net" }
cryprot-pprf = { version = "0.2.1", path = "cryprot-pprf" }
cryprot-codes = { version = "0.2.2", path = "cryprot-codes" }
cryprot-core = { version = "0.3.1", path = "cryprot-core" }
cryprot-net = { version = "0.2.2", path = "cryprot-net" }
cryprot-pprf = { version = "0.2.2", path = "cryprot-pprf" }
curve25519-dalek = "4.1.3"
fastdivide = "0.4.2"
futures = "0.3.30"
Expand Down
6 changes: 6 additions & 0 deletions cryprot-codes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/robinhundt/CryProt/compare/cryprot-codes-v0.2.1...cryprot-codes-v0.2.2) - 2026-01-21

### Other

- update Cargo.toml dependencies

## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-codes-v0.2.0...cryprot-codes-v0.2.1) - 2026-01-21

### Other
Expand Down
2 changes: 1 addition & 1 deletion cryprot-codes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2024"
keywords = ["expand-convolute"]
license = "MIT"
name = "cryprot-codes"
version = "0.2.1"
version = "0.2.2"

authors.workspace = true
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions cryprot-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/robinhundt/CryProt/compare/cryprot-core-v0.3.0...cryprot-core-v0.3.1) - 2026-01-21

### Other

- update Cargo.toml dependencies

## [0.3.0](https://github.com/robinhundt/CryProt/compare/cryprot-core-v0.2.0...cryprot-core-v0.3.0) - 2026-01-21

### Removed
Expand Down
2 changes: 1 addition & 1 deletion cryprot-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2024"
keywords = ["cryptography", "mpc"]
license = "MIT"
name = "cryprot-core"
version = "0.3.0"
version = "0.3.1"

authors.workspace = true
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions cryprot-net/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/robinhundt/CryProt/compare/cryprot-net-v0.2.1...cryprot-net-v0.2.2) - 2026-01-21

### Other

- updated the following local packages: cryprot-core

## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-net-v0.2.0...cryprot-net-v0.2.1) - 2026-01-21

### Other
Expand Down
2 changes: 1 addition & 1 deletion cryprot-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2024"
keywords = ["networking", "quic"]
license = "MIT"
name = "cryprot-net"
version = "0.2.1"
version = "0.2.2"

authors.workspace = true
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions cryprot-ot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/robinhundt/CryProt/compare/cryprot-ot-v0.2.1...cryprot-ot-v0.2.2) - 2026-01-21

### Other

- updated the following local packages: cryprot-core, cryprot-core, cryprot-codes, cryprot-pprf, cryprot-net, cryprot-net

## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-ot-v0.2.0...cryprot-ot-v0.2.1) - 2026-01-21

### Security
Expand Down
2 changes: 1 addition & 1 deletion cryprot-ot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2024"
keywords = ["iknp", "kos", "oblivious-transfer", "silent-ot", "simplest-ot"]
license = "MIT"
name = "cryprot-ot"
version = "0.2.1"
version = "0.2.2"

authors.workspace = true
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions cryprot-pprf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/robinhundt/CryProt/compare/cryprot-pprf-v0.2.1...cryprot-pprf-v0.2.2) - 2026-01-21

### Other

- update Cargo.toml dependencies

## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-pprf-v0.2.0...cryprot-pprf-v0.2.1) - 2026-01-21

### Other
Expand Down
2 changes: 1 addition & 1 deletion cryprot-pprf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2024"
keywords = ["mpc", "pprf", "silent-ot"]
license = "MIT"
name = "cryprot-pprf"
version = "0.2.1"
version = "0.2.2"

authors.workspace = true
repository.workspace = true
Expand Down