I am trying to use the FIPS certified version of the BC assembly (v1.0.1) but integrating it into my product code is challenging because it is not strong named.
As a short term fix I recompiled the source and signed it with the same cert used for the rest of my product code, but in doing so I had to disable the checksum logic in the BC library. Does anyone know if there's a strong named version available somewhere?