-
Hi, my environment is Ubuntu 18.04 and default CC and CXX are clang.
I want to use NTL in enclave, and I've tried built static GMP and NTL in following 2 commands:
```
./configure CXX=clang++-8 --p…
-
-- This issue appears in the [discourse post](https://discourse.julialang.org/t/cxx-llvm-error/26226) --
I am wrapping a C++ math library ([ntl](https://www.shoup.net/ntl/)).
After successfully wrap…
-
**What version of Racket are you using?**
v8.13 [cs]
on arm64 macOS, brew cask install from https://mirror.racket-lang.org/installers/8.13/racket-8.13-aarch64-macosx-cs.dmg
**What program did y…
-
Hi,
I am trying to install the FedTree and I face following error after running make - j:
[ 99%] Linking CXX shared library ../../lib/libft_grpc_proto.so
[ 99%] Built target ft_grpc_proto
[ 99…
-
请问s_time后续会支持NTLS吗,可以用来测SM4-CBC套件的性能
-
Thank you for creating the package, it's easy to use and the examples are very useful. I want to perform stepwise linear regression using backward elimination to find the optimal model based on the r-…
-
I recently got this error when trying to run `npx ntl --autocomplete`:
```
/[project path]/node_modules/inquirer-autocomplete-prompt-ipt/index.js:10
var Base = require('inquirer/lib/prompts/base'…
-
> void RingMultiplier::CRT(uint64_t* rx, ZZ* x, const long np) {
NTL_EXEC_RANGE(np, first, last);
for (long i = first; i < last; ++i) {
uint64_t* rxi = rx + (i
-
Hello,
I encountered some issues when building NTL along with a non-system GMP, but with GMP installed on the system. There are 2 problems related :
## A. setup3 rule does not propagate `$(GMP…
-