23
GNU Taler for payments?
(programming.dev)
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
I looked at Wikipedia; Taler then Blind signature, then looked for docs on GNU Taler where I didn't immediately find any technical overview of how that works. Phind gave me a seemingly reasonable and understandable answer. (Surely sourced from somewhere.)
The magic is that you can
and the signature remains valid.
It does sound like magic. But isn't most of cryptography like that?
There's a python example in there as well, with such a calculation. I didn't go through it though.