cashubtc / cashu-ts

A TypeScript library for building Cashu wallets
MIT License
57 stars 33 forks source link

[Feature request] Support for DLEQ proofs #156

Open callebtc opened 3 months ago

callebtc commented 3 months ago

DLEQ proof spec. We should support: 1) verify DLEQ proofs whenever blind signatures are received from a mint that include proofs 2) option to send DLEQ proofs to another user 3) ability to verify DLEQ proofs that we received from another user

lollerfirst commented 3 months ago

@callebtc I figured that before we do this we need to implement the necessary tools in the cashu-crypto-ts module. See my PR: https://github.com/cashubtc/cashu-crypto-ts/pull/2