-
Notifications
You must be signed in to change notification settings - Fork 127
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
Refactor: utils::buffer
#1247
Comments
rrybarczyk
added
refactor
Implies refactoring code
util
Common utilities/helpers
labels
Nov 13, 2024
78 tasks
Questions:
|
Suggestions:
|
Why is
|
buffer pool is used also for encrypt and decrypt and to do that in place we need that trait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
This task is an outcome of the
protocols
Rust docs issues tracked in #845.While documenting
utils::buffer
in #1184, areas of potential code debt were identified. This issue servers as a place to list out these items to then be addressed in an organized manner. The initial Rust documentation effort was an immediate action, while a refactoring (which implies breaking API changes) is not so urgent priority, so for now we should leave this in the backlog for an appropriate moment in the future.The text was updated successfully, but these errors were encountered: