File tree 4 files changed +15
-11
lines changed
4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.0] - 2024-12-18
11
+
10
12
### Added
11
13
12
14
- Add jubjub-elgamal dependency [ #255 ]
13
15
16
+ ### Changed
17
+
18
+ - Update phoenix-core to v0.33
19
+
14
20
### Removed
15
21
16
22
- Remove elgamal encryption module [ #255 ]
@@ -125,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125
131
[ #169 ] : https://github.com/dusk-network/phoenix/issues/169
126
132
127
133
<!-- VERSIONS -->
128
- [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.4.0...HEAD
134
+ [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.5.0...HEAD
135
+ [ 0.5.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.4.0...circuits_v0.5.0
129
136
[ 0.4.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.3.0...circuits_v0.4.0
130
137
[ 0.3.0 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.2.1...circuits_v0.3.0
131
138
[ 0.2.1 ] : https://github.com/dusk-network/phoenix/compare/circuits_v0.2.0...circuits_v0.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phoenix-circuits"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
edition = " 2021"
5
5
repository = " https://github.com/dusk-network/phoenix/circuits"
6
6
description = " Circuit definitions for Phoenix, a privacy-preserving ZKP-based transaction model"
@@ -11,7 +11,7 @@ exclude = [".github/workflows/dusk-ci.yml", ".gitignore"]
11
11
12
12
[dependencies ]
13
13
dusk-bytes = " 0.1"
14
- phoenix-core = { version = " 0.32 " , default-features = false , path = " ../core" }
14
+ phoenix-core = { version = " 0.33 " , default-features = false , path = " ../core" }
15
15
dusk-bls12_381 = { version = " 0.13" , default-features = false }
16
16
dusk-jubjub = { version = " 0.14" , default-features = false }
17
17
poseidon-merkle = " 0.7"
Original file line number Diff line number Diff line change @@ -7,11 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ### Changed
11
-
12
- - Compute AES key using HKDF [ #261 ]
13
-
14
- ## [ 0.32.1] - 2024-12-17
10
+ ## [ 0.33.0] - 2024-12-18
15
11
16
12
### Added
17
13
@@ -25,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
21
26
22
- Call ` gen_note_sk ` in ` SecretKey::owns ` to avoid code duplication [ #246 ]
27
23
- ` ViewKey ` now checks both ` a ` and ` B ` in ` ct_eq() `
24
+ - Compute AES key using HKDF [ #261 ]
28
25
29
26
### Removed
30
27
@@ -449,8 +446,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
449
446
[ #61 ] : https://github.com/dusk-network/phoenix/issues/61
450
447
451
448
<!-- VERSIONS -->
452
- [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/v0.32.1 ...HEAD
453
- [ 0.32.1 ] : https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.32.1
449
+ [ Unreleased ] : https://github.com/dusk-network/phoenix/compare/v0.33.0 ...HEAD
450
+ [ 0.33.0 ] : https://github.com/dusk-network/phoenix/compare/v0.32.0...v0.33.0
454
451
[ 0.32.0 ] : https://github.com/dusk-network/phoenix/compare/v0.31.0...v0.32.0
455
452
[ 0.31.0 ] : https://github.com/dusk-network/phoenix/compare/v0.30.0...v0.31.0
456
453
[ 0.30.0 ] : https://github.com/dusk-network/phoenix/compare/v0.29.0...v0.30.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " phoenix-core"
3
- version = " 0.32.1 "
3
+ version = " 0.33.0 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/dusk-network/phoenix/core"
6
6
description = " Core types and functionalities for Phoenix, a privacy-preserving ZKP-based transaction model"
You can’t perform that action at this time.
0 commit comments