-
### Discussed in https://github.com/PRQL/prql/discussions/1768
Originally posted by **vanillajonathan** February 10, 2023
Maybe there could be hash functions?
Like [SHA-3](https://en.wikipe…
-
[Idea here](https://twitter.com/lh3lh3/status/1037487551504896001).
Murmurhash is fast, but it would potentially be faster to use a hashing function (like [ntHash](https://github.com/bcgsc/ntHash) …
bovee updated
6 years ago
-
The following constants define the tree heights. They don't all look correct.
global ARCHIVE_HEIGHT: u32 = 16;
global VK_TREE_HEIGHT: u32 = 6;
global PROTOCOL_CONTRACT_TREE_HEIGHT: u32 = 3;
global FU…
-
This issue was automatically generated from GUI logs.file: Foraging.pyfunction: log_git_hashline 4686logfile: W10DT714670/W10DT714670-A_gui_log_2024-10-24_10-07-54.txtboxes: ephys4count: 1text: Could …
-
### Detailed description
RIPEMD-160 (RACE Integrity Primitives Evaluation Message Digest) is a cryptographic hash function that produces a 160-bit (20-byte) hash value, often represented as a 40-digi…
-
Iterating over documents and hashing words is almost an order of magnitude slower.
What can we do:
- the hash function used for hashing trick and also for matrices initialization should be written…
-
Hi again!
As we know, `hash(x)` in python yields different values across different interpreter sessions for security. It turns out that I am using attrs in all of my class definitions in a library …
-
**Github username:** --
**Twitter username:** Oxgreed_
**Submission hash (on-chain):** 0xd54a01bc9554cceed67ff36024b05290f88699e4cb4e2101ea146a013df3a344
**Severity:** medium
**Description:**
## Des…
-
### Is your proposal related to a problem?
You are not hashing the password before storing it the DB .
Directly storing the password to lead to breaches and can make the org vulnerable .
##…
-
md5 and sha1 are good for crypographically secure hashes, but is unnecessarily slow for simply collisions avoidance.
it will be easy to allow hashes like xxh3, which can process 15g / second. Sinc…