Fabian Boemer
Fabian Boemer
I'm running into some errors linking to vcpkg-built HEXL from within HElib. Looks like it stems from (https://github.com/homenc/HElib/blob/master/src/CMakeLists.txt#L312-L320), which assumes libhexl.a includes all its dependencies. While this is true for...
# Summary Add support for discrete Fourier transform. # Problem statement The [onemkl api](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/dft/mkl-dft-descriptor-mkl-dft-precision-mkl-dft-domain.html) shows the API for the DFT. However, I'm unable to find the necessary `mkl_dfti_sycl.hpp` referenced there....
Hi, thanks for the library. This is a neat project. It's the only python wrapper for SEAL I'm aware of that keeps up-to-date with the latest SEAL releases. SEAL v3.6.3...
Blake3 (https://github.com/BLAKE3-team/BLAKE3) was announced in January 2020 at Real World Crypto, and claims to be ~5x faster than Blake2b. Would Blake3 be appropriate to replace Blake2 in SEAL? Or is...
* Add pre-commit config
Investigate why `N_13_L7` config doesn't suffice for CryptoNets model
On machine with GCC 9.0+, ```python3 build_ngtf.py``` yields ``` **ERROR: /localdisk/fboemer/.cache/bazel/_bazel_fboemer/3c1c0ab49f097ff69f68c8568101c966/external/grpc/BUILD:507:1: C++ compilation of rule '@grpc//:gpr_base' failed (Exit 1) external/grpc/src/core/lib/gpr/log_linux.cc: In function 'long int gettid()': external/grpc/src/core/lib/gpr/log_linux.cc:43:13: error: ambiguating new declaration...