-
Notifications
You must be signed in to change notification settings - Fork 179
Migrate to AeadInOut
#665
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
Migrate to AeadInOut
#665
Conversation
|
I would wait with this migration a bit. I plan to open several PRs to change |
|
I don't mind waiting to merge but I'll get this branch to a point where it can be used in a |
|
It would definitely be nice to get things in sync with |
b37f66c to
96a264b
Compare
34abf4d to
c333a41
Compare
fdc90c2 to
1bd4230
Compare
|
I'll need to sort out the lack of |
40846f9 to
90ddf77
Compare
2aa4af8 to
5aff1e3
Compare
f6eb096 to
d009899
Compare
|
last bit is ascon-aead and are located in #673 but that got closed. |
Replaces the previous `AeadInPlaceDetached` impls with `AeadInOut`, which was introduced in RustCrypto/traits#1793
|
I think this is the last PR needed to reunite the workspace in formats. |
Replaces the previous
AeadInPlaceDetachedimpls withAeadInOut, which was introduced in RustCrypto/traits#1793Depends:
dev::MockBufferto smoke test AEADs implementation traits#1797