-
Notifications
You must be signed in to change notification settings - Fork 17
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
Allow any String as Key Use #9
base: master
Are you sure you want to change the base?
Conversation
b6a9651
to
4b61780
Compare
This looks good. Thanks for the PR. I proposed a few modifications around keeping Either option here is a breaking change, so this'll need to go out with a |
Encryption, | ||
Custom(String), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd also like to sprinkle &'a str
and whatnot around this code as part of the v0.4 release. After using this crate a bunch, all the allocation is starting to get to me!
Looks good to me! It makes sense to keep the enum types for those two uses mentioned in the spec.
No worries, I can wait. Thanks! |
Signed-off-by: Max Lambrecht <[email protected]>
cf18776
to
3f7d7ce
Compare
Hi @nhynes, do you have an ETA for this PR? |
Solves #8