File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010## [ 0.2.1] ( https://github.com/robinhundt/CryProt/compare/cryprot-codes-v0.2.0...cryprot-codes-v0.2.1 ) - 2026-01-21
1111
1212### Other
13-
14- - update Cargo.toml dependencies
13+ - update dependencies
Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 0.3.0] ( https://github.com/robinhundt/CryProt/compare/cryprot-core-v0.2.0...cryprot-core-v0.3.0 ) - 2026-01-21
1111
12- ### Fixed
12+ ### Removed
13+ - [ ** breaking** ] remove ` nightly ` feature ([ #30 ] ( https://github.com/robinhundt/CryProt/pull/30 ) )
1314
14- - * (cryprot-core)* [ ** breaking** ] set is_nightly cfg in build.rs
15+ ### Changed
16+ - set is_nightly cfg in build.rs if using nightly compiler ([ #30 ] ( https://github.com/robinhundt/CryProt/pull/30 ) )
17+ - refactor AVX2 transpose for better understandability and less use of unsafe ([ #13 ] ( https://github.com/robinhundt/CryProt/pull/13 ) )
18+ - remove unsafe from portable transpose implementation ([ #14 ] ( https://github.com/robinhundt/CryProt/pull/14 ) )
1519
16- ### Other
1720
18- - Merge pull request #14 from robinhundt/protable-transpose-remove-unsafe
19- - portable transpose remove unsafe
20- - update wide
21+ ### Other
22+ - update dependencies
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010## [ 0.2.1] ( https://github.com/robinhundt/CryProt/compare/cryprot-net-v0.2.0...cryprot-net-v0.2.1 ) - 2026-01-21
1111
1212### Other
13-
14- - update Cargo.toml dependencies
13+ - update dependencies
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Security
1313
14- - fix silent OT mal OT security
14+ - fix silent OT malicious security ( [ # 23 ] ( https://github.com/robinhundt/CryProt/pull/23 ) )
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Other
1313
14- - update Cargo.toml dependencies
14+ - update dependencies
You can’t perform that action at this time.
0 commit comments