signature: use Fn(&mut D) for *DigestSigner/*DigestVerifier#2004
signature: use Fn(&mut D) for *DigestSigner/*DigestVerifier#2004tarcieri merged 1 commit intoRustCrypto:masterfrom
Fn(&mut D) for *DigestSigner/*DigestVerifier#2004Conversation
90bda63 to
322b948
Compare
|
I think it would be good to add some comments about the expected contract of this function, namely that it should expect to perform all of its updates in a single invocation, and if called repeatedly it should perform the same sequence of updates |
322b948 to
7789863
Compare
|
Update for the signatures repo is up: RustCrypto/signatures#1064. |
7789863 to
77c001c
Compare
|
FYI because Also just noticing that if we actually do EDIT: Went with |
Fn(&mut D) for Async/Randomized/Digest/Signer/VerifierFn(&mut D) for *DigestSigner/*DigestVerifier
|
@daxpedda this is kind of annoying re: Maybe it should just be |
|
Yeah, we can just use I mentioned this before, but we might want to add |
Also bumps `ecdsa` to v0.17.0-rc.7 This brings `*DigestSigner`/`*DigestVerifier` changes introduced in RustCrypto/traits#2004
|
Aah, I see, it looks like it did in |
Also bumps `ecdsa` to v0.17.0-rc.7 This brings `*DigestSigner`/`*DigestVerifier` changes introduced in RustCrypto/traits#2004
This brings `*DigestSigner`/`*DigestVerifier` changes introduced in RustCrypto/traits#2004
This brings `*DigestSigner`/`*DigestVerifier` changes introduced in RustCrypto/traits#2004
This brings `*DigestSigner`/`*DigestVerifier` changes introduced in RustCrypto/traits#2004
I honestly tried to find the right words for the documentation, but it all sounds rather off to me.
My suspicion is that we will actually need
FnMuthere if users intend to use someReaderAPI inside.Companion PR: RustCrypto/signatures#1064.
Resolves #2003.