circuits v0.2.0
moCello
released this
19 Jun 15:45
·
68 commits
to master
since this release
0.2.0 - 2024-06-19
Added
- Add Recipient gadget [#197]
Changed
- Rename
recipient
module tosender_enc
[#214] - Rename
blinding_factor
tovalue_blinder
[#214] - Add
sender_enc
field toTxOutputNote
[#214] - Add
note_pk
field toTxOutputNote
[#214] - Add
sender_pk
,signatures
,output_npk
andsender_blinder
fields toTxCircuit
[#214] - Remove
ViewKey
fromTxOutputNote::new()
parameters [#191] - Make
rng
the first param inTxInputNote::new
[#189] - Rename
crossover
todeposit
[#190] - Remove recomputation of
value_commitment
inTxOutputNote::New()
- Rename
skeleton_hash
topayload_hash
[#188] - Make
TxCircuit
to use the Recipient gadget