-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump signature
to 2.0.0-pre
#562
Conversation
5d6ae47
to
e62c063
Compare
e62c063
to
0895d55
Compare
also cc @rozbb for the |
Ok. For me the |
@lumag yup, I'm planning on adding those before another release, but would like to PR them separately |
Implements the proposed breaking changes to the `signature` crate from RustCrypto/traits#1141 Most notably the `Signature` trait has been replaced with a `SignatureEncoding` trait which permits an internally structured signature representation.
0895d55
to
5088b7b
Compare
If only I could get rid of the |
@lumag you should be able to use |
@tarcieri no, because of |
A forthcoming PR to let you sign directly with |
Hopefully |
Implements the proposed breaking changes to the
signature
crate from RustCrypto/traits#1141Most notably the
Signature
trait has been replaced with aSignatureEncoding
trait which permits an internally structured signature representation.