We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The aead crate is fairly self-contained in that it doesn't have dependencies on other RustCrypto traits.
aead
I've landed everything I would want to get in a release. This includes:
stream
AeadCore
new_from_slice
generate_key
New*
heapless
Is there anything else we should do before a final release?
The text was updated successfully, but these errors were encountered:
Note: I plan on cutting a release of this in the next few days unless there are any showstopper issues.
Sorry, something went wrong.
#259 seems like a potentially relevant issue, although I'm not sure it's really necessary.
I'll leave some comments on the issue, but don't consider it a release blocker.
Released in #526
No branches or pull requests
The
aead
crate is fairly self-contained in that it doesn't have dependencies on other RustCrypto traits.I've landed everything I would want to get in a release. This includes:
stream
module #436:stream
moduleAeadCore
traitnew_from_slice
naming convention #512: usenew_from_slice
naming conventiongenerate_key
method toNew*
traits #513: addgenerate_key
method toNew*
traitsheapless
dependency to v0.6 #522: bumpheapless
dependency to v0.6Is there anything else we should do before a final release?
The text was updated successfully, but these errors were encountered: