-
From: https://irclogs.raku.org/raku-beginner/2024-08-01.html#12:07
```
1 $ RSTAR_DEBUG=1 ./rstar install
2 RSTAR_DEBUG=1 ./rstar install
3 [2024-08-01T22:40:12] [DEBUG] Handling action 'in…
-
I use libtommath in java, the error is as follows(it’s OK on mac os):
```
xxx/linux-x86_64/libjniTommath.so: undefined symbol: s_mp_rand_source
at java.base/jdk.internal.loader.NativeLibraries.loa…
-
Dropbear is good server software for old Linux distro which cannot talk with modern SSH client.
Recently I found dropbear-2024.84 and 2024.85 could not build on Vine Linux 2.5 (GNU Make 3.79.1) like …
-
Building with `--has-libtommath` failes. This patch fixes it:
```
--- a/src/6model/reprs/P6bigint.h
+++ b/src/6model/reprs/P6bigint.h
@@ -1,4 +1,4 @@
-#include "tommath.h"
+#include
#defin…
-
strace available here: https://paste.ubuntu.com/15051027/
Please see #1006 and #1008 for more information. By reverting some of #1008 in order to link to a system libtommath and libtomcrypt, segfault…
-
Request from @xgqt WRT Gentoo GURU packaging:
> On Gentoo tommath can be installed as system lib - dev-libs/libtommath. Maybe you could add option to build with sysem's tommath.
-
## The Problem
Running a program—even a simple one—might cause a double free when run with
`--full-cleanup`.
## Expected Behavior
`--full-cleanup` might not free _all_ memory in use by the p…
-
I'm using OS X (10.7, x86_64) and am trying to make a package for MoarVM. It builds fine if I use all the included 3rdparty libraries, but if I fetch the tarball from GitHub (which doesn't come with t…
mojca updated
7 years ago
-
[fiat-crypto](https://github.com/mit-plv/fiat-crypto) could be used to generate known constant-time and correct finite-field arithmetic for selected primes which could the be used in the codegen subpa…
-
I came across your git while doing a google search to use libtomcrypt on an embedded system.
I want to use libtomcrypt in windows environment.
However, even if I download it from git, I do not h…