Skip to content

Commit 5dfe546

Browse files
chore: release
1 parent 3608751 commit 5dfe546

File tree

12 files changed

+90
-14
lines changed

12 files changed

+90
-14
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ blake3 = "1.5.5"
2222
bytemuck = { version = "1.21.0", features = ["must_cast"] }
2323
cpufeatures = "0.2.17"
2424
criterion = { version = "0.8", features = ["async_tokio", "html_reports"] }
25-
cryprot-codes = { version = "0.2.0", path = "cryprot-codes" }
26-
cryprot-core = { version = "0.2.0", path = "cryprot-core" }
27-
cryprot-net = { version = "0.2.0", path = "cryprot-net" }
28-
cryprot-pprf = { version = "0.2.0", path = "cryprot-pprf" }
25+
cryprot-codes = { version = "0.2.1", path = "cryprot-codes" }
26+
cryprot-core = { version = "0.3.0", path = "cryprot-core" }
27+
cryprot-net = { version = "0.2.1", path = "cryprot-net" }
28+
cryprot-pprf = { version = "0.2.1", path = "cryprot-pprf" }
2929
curve25519-dalek = "4.1.3"
3030
fastdivide = "0.4.2"
3131
futures = "0.3.30"

cryprot-codes/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-codes-v0.2.0...cryprot-codes-v0.2.1) - 2026-01-21
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies

cryprot-codes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2024"
44
keywords = ["expand-convolute"]
55
license = "MIT"
66
name = "cryprot-codes"
7-
version = "0.2.0"
7+
version = "0.2.1"
88

99
authors.workspace = true
1010
repository.workspace = true

cryprot-core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.3.0](https://github.com/robinhundt/CryProt/compare/cryprot-core-v0.2.0...cryprot-core-v0.3.0) - 2026-01-21
11+
12+
### Fixed
13+
14+
- *(cryprot-core)* [**breaking**] set is_nightly cfg in build.rs
15+
16+
### Other
17+
18+
- Merge pull request #14 from robinhundt/protable-transpose-remove-unsafe
19+
- portable transpose remove unsafe
20+
- update wide

cryprot-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2024"
44
keywords = ["cryptography", "mpc"]
55
license = "MIT"
66
name = "cryprot-core"
7-
version = "0.2.0"
7+
version = "0.3.0"
88

99
authors.workspace = true
1010
repository.workspace = true

cryprot-net/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-net-v0.2.0...cryprot-net-v0.2.1) - 2026-01-21
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies

cryprot-net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2024"
44
keywords = ["networking", "quic"]
55
license = "MIT"
66
name = "cryprot-net"
7-
version = "0.2.0"
7+
version = "0.2.1"
88

99
authors.workspace = true
1010
repository.workspace = true

cryprot-ot/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.1](https://github.com/robinhundt/CryProt/compare/cryprot-ot-v0.2.0...cryprot-ot-v0.2.1) - 2026-01-21
11+
12+
### Security
13+
14+
- fix silent OT mal OT security

cryprot-ot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2024"
44
keywords = ["iknp", "kos", "oblivious-transfer", "silent-ot", "simplest-ot"]
55
license = "MIT"
66
name = "cryprot-ot"
7-
version = "0.2.0"
7+
version = "0.2.1"
88

99
authors.workspace = true
1010
repository.workspace = true

0 commit comments

Comments
 (0)