-
#### Description
I would like to propose adding a SHA-1 hashing algorithm to our project. SHA-1 is a widely used cryptographic hash function that produces a 160-bit hash value, and it is often used f…
-
**Tiny RDM Version**
What version of Tiny RDM are you using?
1.2.1
**OS Version**
Which OS and version you launch? (Mac/Windows/Linux)
Linux
**Redis Version**
Which version of Redis are you usi…
-
Currently using `mygit hash-object` computes the object ID value for an object and writes the resulting object into the object database. It also reports its object ID to the standard output.
We d…
-
We would be very interested at @peergos if there was a possibility for blake3 to be included in webcrypto.
What is the feeling on blake3?
-
Implement an optional state wrapper that hashes keys before inserting them into a trie structure to mitigate against trie depth attacks - similar to https://github.com/ethereum/go-ethereum/blob/941ae3…
-
import requests
import time
timestamp = int(time.time() * 1000)
url = "https://kachery-gateway.figurl.org/api/gateway"
headers = {
"content-type": "application/json",
"user-agent": "…
-
## Why
Support user provided hash functions so that they can address domain separation when using Alba certificates several times in the same application.
## What
-
### Version
5.7.4 FIPS
### Description
Configure
```
./configure --host=x86_64-w64-mingw32 --enable-reproducible-build --enable-keygen --enable-rsapss \
--enable-secure-renegotiatio…
-
### Is your feature request related to a problem? Please describe
Currently OpenSSL blake2 implementation lacks tree hash options; and thus these are not available via openssl bindings in pytho…
-
Need to increase unit test coverage for Hash integrity.
You can measure the % coverage using the native go tool:
go test -coverprofile=profile.cov && go tool cover -html=profile.cov