You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encrypt ECDSA adaptor signatures in release builds
Previously, the adaptor signatures were not being encrypted due to the call
being placed inside debug_assert! macro. Move the function call outside the
macro, and debug_assert! the result instead.
0 commit comments