-
hello,
I'm not able to run some of the GMP library operations inside an enclave, in the code attached
I'm getting this error:
qemu: uncaught target signal 4 (Illegal instruction) - core dumped
…
-
`unofficial::` targets are just an anoyance if there are CMake findModules available. The usage of the `unofficial::` is probably done because the corresponding findModules was not doing the right thi…
-
one thing I always hate about doing project euler type projects in js is its terrible support for big integers and big decimals. There are libraries like
https://github.com/justmoon/node-bignum
https…
-
https://reasonml.github.io/api/index.html says:
> If you're targeting JavaScript, the API docs for BuckleScript includes all of below, plus JS-specific APIs.
However, there are some APIs in the …
-
nginx-openidc compilation against OpenSSL 1.1.0 fails:
nginx-openidc/src/common-utils/common_utils.c:499:5: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
nginx-openidc/sr…
-
Hello,
I am attempting to statically link a Haskell library that exports a C API. But I get the following errors if I pass the `-optl-static` flag:
```
/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.…
-
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I am trying to set up cross-com…
-
I've been thinking about ways of how to resolve some GPL licensing issue in telegram-purple (see https://github.com/majn/telegram-purple/issues/1), which is caused by the hard dependency on OpenSSL in…
-
EVM supports 256-bit operations "natively". While that precision is not needed in a lot of cases it does come as very useful for certain operations, such as handling token balances, in Ethereum.
Wi…