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

Resolve issue with building Crypto++ from source while performing library testing #23

Open
Alvov1 opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Alvov1
Copy link
Owner

Alvov1 commented Nov 30, 2024

Currently library testing is being mainly performed against Crypto++ library.

By default, Crypto++ writes noisy suffixes (h, o, '.') at the end while outputting numbers in std::streams. This behavior should be disabled for a proper testing.

Support for std::showbase (which is required to disable this nonsense) is only available when building Crypto++ from sources with CRYPTOPP_USE_STD_SHOWBASE preprocessor flag(define): https://github.com/chfast/cryptopp-1/blob/9cc01defde81e65503fbb1a5ba14693ecaa7fd1f/config.h#L104

Building library from sources on each workflow run is not a good idea, so it is reasonable to switch to another cryptography library like GMP

@Alvov1 Alvov1 added the enhancement New feature or request label Nov 30, 2024
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

1 participant