Conversation
Also bumps `ecdsa` to v0.17.0-rc.7 This brings `*DigestSigner`/`*DigestVerifier` changes introduced in RustCrypto/traits#2004
|
@tarcieri should I do a follow-up where I change it to |
|
@daxpedda sure, if you can do that across the board both here and in the |
|
@tarcieri so I did attempt to do this for Basically So its all solvable, but the change is pervasive, let me know if you want me to continue with Alternatively, we could just make I assume I will hit the same snag in |
|
Perhaps For now though, consolidating into one feature for both signing and verification seems fine to me. |
|
What about changing everything from |
|
Definitely makes sense for |
|
Its because both signer and verifier implementations use |
|
Aha, makes sense. Sounds fine to change them all to |
Also bumps
ecdsato v0.17.0-rc.7This brings
*DigestSigner/*DigestVerifierchanges introduced in RustCrypto/traits#2004cc @daxpedda