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
675: Remove unused crypto r=johnalotoski a=dcoutts
The summary is that `SafeSigner` can be simplified because we do not use its special feature at all. This then unlocks a cascade of other now-unused code that we can remove, including eliminating `EncryptedSigningKey` and dropping the `scrypt` dependency.
See the individual patches for more detailed explanations. It's structured as a series of small changes so should hopefully be easy to follow.
This builds on #674 so look at the first 4 patches in the context of that PR and ignore them for this one.
Fixes#664Fixed#665
Co-authored-by: Duncan Coutts <[email protected]>
Currently
We can use Ledger.Core.verify to implement the above (see how this is done in the Utxo update)
The text was updated successfully, but these errors were encountered: