You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
We don't need it, I never wanted it, it's annoying to deal with and it's unneeded overhead. Crypto++ is a fine library of which I've worked side-by-side with and I don't foresee it leaving anytime soon. We also don't change our crypto enough to warrant a pimpl design so, simply treating our implementation file(s) as implementation files should suffice - without the need for pimpl.
Removing pimpl won't prevent us from changing libraries. If we end up changing any interfaces in the process of resolving this issue, the changes will be for the better.
By submitting this issue, I confirm the following:
I have read and understood the contributor guide in kovri-docs.
I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
I have checked opened or recently closed pull requests for existing solutions/implementations to my issue/suggestion.
The text was updated successfully, but these errors were encountered:
We don't need it, I never wanted it, it's annoying to deal with and it's unneeded overhead. Crypto++ is a fine library of which I've worked side-by-side with and I don't foresee it leaving anytime soon. We also don't change our crypto enough to warrant a pimpl design so, simply treating our implementation file(s) as implementation files should suffice - without the need for pimpl.
Removing pimpl won't prevent us from changing libraries. If we end up changing any interfaces in the process of resolving this issue, the changes will be for the better.
By submitting this issue, I confirm the following:
The text was updated successfully, but these errors were encountered: