. Here are the checksums:
6e
$ sha1sum cryptopp563rc0.zip
24f86f0c48a38577376e3de3717dbf2a1aff7659
$ sha256sum cryptopp563rc0.zip
07acb21dcbaade0e828731d9ce8a962582af7e9b83b76e63202df6a2cc612a0a
It honors ABI/API and versioning requirements. As such, there are two unremediated issues:
- GCC's finding warning: deleting object of polymorphic class... which has non-virtual destructor....
- UBSan's finding algparam.h:211:88: runtime error: reference binding to null pointer of type 'const struct Integer'
Both need to be fixed because they are C/C++ language violations.
There's a diff in the ZIP describing precisely what changed from Crypto++ 5.6.2 (version 5.6.2 was SVN revision 541).
Please report any problems you encounter.