Mouse
Mouse
With the new MacOS, you need to either sign (all of) the dynamic libraries the app uses in addition to signing the app itself, or (if you build/sign with Xcode)...
I did not enable insecure crypto for the build. So, why is it being tested (and then fails)? I'd suggest that if it's supposed to be disabled - it should...
I'd appreciate if this could be merged, please.
Ping?
Despite commit d5ebe8379df49a44 that presumably improves the `clang-tidy` situation, the current master fails most (all?) of the `clang-tidy`-based tests: ``` FAILED test_linter.py::test_clang_tidy[clean implementation of ntruhrss701] - AssertionError: Clang-tidy re... FAILED...
> What version of GCC are you using? ``` COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu...
I still need to test Dilithium. NTRU is fine everywhere. HQC showed a problem with GCC-10.2: ``` _____________________ test_symbol_namespaces[avx2 implementation of hqc-rmrs-256] ______________________ [gw3] darwin -- Python 3.8.6 /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 implementation...
@jschanck based on https://github.com/PQClean/PQClean/issues/355#issuecomment-729757527 (i.e., assuming the struct is extended as you suggested), how would you change this code (what should it become): ```c cc = *(uint64_t *)(p->state.d + 48);...
@jschanck thanks - now the only problematic one seems to be https://github.com/PQClean/PQClean/blob/d32b1cd7c21c1411c85b2d4f5269a0aa412959fb/crypto_sign/falcon-1024/clean/rng.c#L71 When I changed it to ```c p->state.d32[ (i
> So you just want . . . *\* I should be ashamed of myself for asking such questions. Probably been working too hard before the Holidays. ;-) Thank you...