Sean Parkinson
Sean Parkinson
retest this please
retest this please
I've forced a sync of pqcrypto and copied the files over again.
retest this please
I'm seeing these different KDFs: 1. mode == 1 (HMAC_KDF_FEEDBACK_MODE) IV or key | info 2. mode == 0 (HMAC_KDF_CTR_MODE), ctrLocation = BEFORE_FIXED Counter | Info 4. mode == 0...
2^n -1 == (1
Hi @Hippeys You appear to be compiling with MINGW but are you compiling the library into a MSVC application? If you want MSVC assembly files for ChaCha20 and Poly1305, we...
Hi Hippeys, Great to hear you got it working! The MSVC version is generated using the same scripts as generates the Unix version. Let me know if you want to...
Hi @Hippeys, I've put up a pull request that has the MSVC assembly files in it: #7319. To use the assembly files you need to change IDE/WIN/user_settings.h and turn on...
PR has been updated to work. Need to define: HAVE_CHACHA HAVE_POLY1305 USE_INTEL_CHACHA_SPEEDUP USE_INTEL_POLY1305_SPEEDUP HAVE_CPUID HAVE_CPUID_INTEL