-
Trying to build the new 1.4.5 version in Linux Mint 20.3 and receiving an error:
```
$ ./configure --enable-static=librhash --enable-openssl=runtime && make
Checking for sources ... RHash 1.4.5…
-
Hi everyone!
We are nearing the finish line of the Conan 2.0 migration, with just a bit more than a hundred recipes left to go. I thought it would be a good time to summarize and keep track of the …
-
Sorry for my bad English, but I have a couple of questions:
1) When building with binutils 2.34:
```
$ ld -v
GNU ld (GNU Binutils for Ubuntu) 2.34
```
I had warnings in this lines:
```
addr2li…
-
![image](https://github.com/user-attachments/assets/220a7d0c-7c3b-4d71-8be5-d44c67d77b27)
if I copy `C:\Strawberry\c\bin\libexpat-1__.dll` to `C:\Strawberry\c\bin\libexpat-1.dll`, copy the dll file…
-
1) Proof-of-work. I suggest 5 different algorithms.
2) Block ID. I suggest sha-3
3) Wallet. I suggest Secp256k1
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **cmake/3.22.0**
* Operating System+version: **Linux Ubuntu 20.04**
* Docker image: **cona…
-
```
./configure --prefix=/something
make
make install
```
on darwin, I'm ending up (a) without pkg config files and (b) with an incorrect symlink:
```
$ ls -l lib/
librhash.1.dylib
libr…
-
Hello!
Very useful project -- looks like it will save me some time.
However, I was initially confused by the fact that the README at hub.docker.io is not in sync with the one on GitHub. Also,…
-
**Describe the bug**
--------------------------Developer Command Prompt for VS 2022-------------------------------
`D:\Program Files\sw\test\integrations>sw --version
sw.client.sw version 1.0.0
gi…
-
i use the python bindings which led me to this interesting case:
```
import rhash
hasher = rhash.RHash(rhash.SHA1, rhash.MD5)
hasher.update("CRC32 will probably be wrong")
hasher.finish()
print(…