Skip to content
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

A more C++ friendly api #7

Open
mrdcvlsc opened this issue Apr 1, 2022 · 1 comment
Open

A more C++ friendly api #7

mrdcvlsc opened this issue Apr 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mrdcvlsc
Copy link
Owner

mrdcvlsc commented Apr 1, 2022

Implementation of a more C++ api

  • implement a much easier api like maybe an encryption or decryption that returns a vector<unsigned char> results?
@mrdcvlsc mrdcvlsc added the enhancement New feature or request label Apr 1, 2022
@Romain-P
Copy link

Romain-P commented Jan 1, 2024

imo it's better to keep it this way in order to avoid dynamic allocs and heap leaks. you keep control with stack buffers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants