Skip to content

circuits v0.2.0

Compare
Choose a tag to compare
@moCello moCello released this 19 Jun 15:45
· 68 commits to master since this release
b2bc6b5

0.2.0 - 2024-06-19

Added

  • Add Recipient gadget [#197]

Changed

  • Rename recipient module to sender_enc [#214]
  • Rename blinding_factor to value_blinder [#214]
  • Add sender_enc field to TxOutputNote [#214]
  • Add note_pk field to TxOutputNote [#214]
  • Add sender_pk, signatures, output_npk and sender_blinder fields to TxCircuit [#214]
  • Remove ViewKey from TxOutputNote::new() parameters [#191]
  • Make rng the first param in TxInputNote::new [#189]
  • Rename crossover to deposit [#190]
  • Remove recomputation of value_commitment in TxOutputNote::New()
  • Rename skeleton_hash to payload_hash [#188]
  • Make TxCircuit to use the Recipient gadget

Removed

  • Remove WitnessTxOutputNote struct [#214]
  • Remove RecipientParameters struct [#214]
  • Remove elgamal::encrypt and elgamal::decrypt