-
Notifications
You must be signed in to change notification settings - Fork 0
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
cms: remove the use of KeyWrap, use Kek directly #4
Conversation
the merge is required because of the const-oid version requirement that RustCrypto/key-wraps#39 brings. |
I think key-wraps crate got some re-factoring that changed its API yesterday, should I just recreate a clean feature branch? |
yeah that moved yesterday morning. I'll update that branch. |
58bc8ef
to
fb63743
Compare
Should we update for latest aes-kw changes here or merge and do it after? |
We can do that here, but it'd be nice if you could rebase the keywrap-trait branch |
sure I'll do it, favor "rebase" rebase or "merge" rebase? |
I meant rebase rebase |
eee4c5a
to
2828b7e
Compare
Rebase it is! |
This brings a merge of
origin/master
becauseconst-oid
got bumped, ideally the whole branch needs a rebase.Only the last commit is required here.