Hello everyone,I've just tried to use cryptopp820 on Windows as a DLL and have found what I think is an issue. The base64 encode decode classes are absent from the DLL. They are present in the static library. I understand the historical reason for this in earlier versions of cryptopp. It's to do with FIPS compliancy and the fact that the base64 algorithms are not FIPS compliant and therefore needed to be removed. However, FIPS compliancy has been formerly abandoned now so I think these classes should be included, just like they are in the static library. Any thoughts please?