Skip to content
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

implement std::error::Error for aead::Error #124

Closed
s97712 opened this issue Mar 11, 2020 · 3 comments
Closed

implement std::error::Error for aead::Error #124

s97712 opened this issue Mar 11, 2020 · 3 comments

Comments

@s97712
Copy link

s97712 commented Mar 11, 2020

aead::Error doesn't implement std::error::Error, then can't work with some error library such as fail, anyhow
consider implement std::error::Error for aead::Error?

@tarcieri
Copy link
Member

That was added here:

RustCrypto/traits#63

...unfortunately I don't have access to release the aead crate

@newpavlov
Copy link
Member

This issue is fixed in aead v0.3.

@jhpratt
Copy link

jhpratt commented Aug 19, 2020

@tarcieri Is it possible to add a std feature to the various reverse dependencies? I'm using aes_gcm_siv, and am currently having to pull in aead as a direct dependency just to enable the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants