-
Notifications
You must be signed in to change notification settings - Fork 155
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
fix(hlapi): pub use HlCompressible,HlExpandable #1616
Conversation
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.
could you add a version bump as well ?
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 see a lot of diffs unrelated to the PR ?
even for the version change |
Seems like my ide auto formatted |
5dcb758
to
df42a12
Compare
Should be better now |
Pub re-export the `HlCompressible` and `HlExpandable` traits, as users may need them to write generic code that manipulates CompressedCiphertextList/Builder
df42a12
to
39622bf
Compare
There was a conflict on the getting_started.md documentation file |
Ok don't hesitate to merge once basic checks are done |
This is a backport