revault / practical-revault

Version 0 specifications for a Revault deployment
Creative Commons Attribution 4.0 International
33 stars 9 forks source link

messages: remove Emergency signature encryption #78

Closed darosior closed 3 years ago

darosior commented 3 years ago

Instead of using boutique encryption of the signatures, we make the Emergency scriptPubKey a private data. This achieves the same goal without the pitfalls of a hacky encryption usage.

See https://github.com/re-vault/practical-revault/issues/72 for more details.

Fixes #72

Signed-off-by: Antoine Poinsot darosior@protonmail.com

darosior commented 3 years ago

revault_net implementation: https://github.com/re-vault/revault_net/pull/36

darosior commented 3 years ago

Implementation was merged, so would be good for this to land..