libcotp icon indicating copy to clipboard operation
libcotp copied to clipboard

Fix name clashes and validation API compilation

Open CppPhil opened this issue 1 month ago • 0 comments

Fix minor issues we've had using libcotp.

Add the COTP_ENABLE_VALIDATION macro after the add_library call.

Rename the SHA1, SHA256, and SHA512 macros so that they bear a library prefix. We've run into name collisions with POCO. Technically this change breaks backwards compatibility.

CppPhil avatar Dec 01 '25 10:12 CppPhil