-
If one looks at the original paper, and how the `hash` function (`PRF` in our case) is used:
* `buf[0] = hash(cnt++, passwd, salt)`
* `buf[m] = hash(cnt++, buf[m-1])`
* `buf[m] = hash(cnt++, prev, …
-
Hi Titus and co.,
I want to keep track of kmer locations in a genome so I can do some downstream visualisation of select kmers from a MinHash object. I'm currently extracting each kmer from the ge…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xcbdc91bbed5ed57de6e9d1ee01a094c7927f39acab776a32a84261efbd0ade44
**Severity:** medium
**Description:**
**Descriptio…
-
### Proposal Details
`crypto/rsa.SignPSS()` and similar packages take a `crypto.Hash`, which is hard-coded to only support known-to-Go hash algorithms.
This is a total show-stopper for me, because…
-
Might want to do base64 which might be more compressible.
1. Do faster hash algorithm
2. Translate to base 64
-
**Describe the bug**
In order to improve the ability to upgrade happs we should a few functions available to check the coordinator hash of installed apps and compare them to dna / app bundle files. T…
-
Hi,
as suggested in a [reddit discussion](https://www.reddit.com/r/build123d/comments/1gnvd4n/caching_build123d_objects/) this issue documents my brief investigation and proof-of-concept port of th…
-
From Brian:
since a given flow must use the same flow label throughout, you can only use the regular 5-tuple as input to the
Hamming code. I don't believe that a Hamming code will give you a discret…
-
**Describe the bug**
When working with Set collection, It is not possible to perform add operations on the set collection due to missing hash function. One gets following error:
```
myModel.v…
-
Currently, it's:
```
#define QOI_COLOR_HASH(C) (C.rgba.r ^ C.rgba.g ^ C.rgba.b ^ C.rgba.a)
// followed by an "&63" which drops the high 2 bits of each channel.
```
This is about as simple as …