Dmitry Baryshkov
Dmitry Baryshkov
@tarcieri I have mostly finished the implementation of Signer/Verifier implementations. However I now have an issue with the PSS Signer. The trait passes self as non-mutable object, while the signing...
@tarcieri pushed next iteration following your comments.
@tarcieri updated the description
Initially I had a separate alloc-less `Signature` implementation using on-stack array. However after noticing that the rest of the code (both pss and pkcs1) heavily depend on alloc, I dropped...
I did not see a particular value of implementing the `DigestSigner` traits, especially given their description. However I can implement them if required.
@tarcieri ok, I will add them to my queue to take a look after sorting out the `From` story.
@sandhose @tarcieri Well, I followed the previous design of signing the pre-hashed messages, since this looks to me the way how the RSA signatures usually work. However I'm fine with...
@sandhose https://github.com/RustCrypto/RSA/pull/178
@Bill-Fischofer-Linaro sure it is.