-
**Background**: Issue https://github.com/golang/go/issues/69420 proposes a `types.Hash` function that provides a hash operator for `types.Type` values that is consistent with the equivalence relation …
-
In the hashing functions introduction, it is stated
> Hashing functions are one way functions which theoretically provide a unique output for every input. MD5, SHA-1, and other hashes which were co…
-
Use:
h(x) = ((ax + b) mod p) mod w
where a, b are random, p is random prime, w is width.
-
## Why
Support user provided hash functions so that they can address domain separation when using Alba certificates several times in the same application.
## What
-
As part of taproot upgrade for Shinigami, we will need a way to compute the root hash of a tapscript. This will allow us to verify taproot leaves
#### References
- [Shinigami taproot root_hash](…
-
### Description
There are use-cases where it'd be nice to be able to take a set of fields and compute a hash/fingerprint which can then be pivoted from.
Something similar to the [Fingerprint process…
-
Seems to be related to a recent commit (dab5966) where `generate()` was replaced with `hash_list()`. It was changed to be a `classmethod` but it still requires `self` as an input and uses `self.passwo…
-
https://ascon.iaik.tugraz.at/specification.html
dd86k updated
2 weeks ago
-
Hi,
In your documentation you mention adding `0x00` and `0x01` to children and inner nodes and apply it in you hash function as well `H(0x01, X)`. However in your [code](https://github.com/quux00/m…
-
### Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function
### Description
The documentation specifies the `source_code_hash` parameter…