-
# Bug report
### Bug description:
here is a reproduction of the issue:
```python
import pickle
class Foo:
def __init__(self):
self.x: object = {self}
def __hash__(self)…
-
1. `KDF.KDF._bcrypt_hash` function The parameter 'invest=True' cannot be implemented, but 'invest=True' is ok
2. `KDF.PBKDF2` cannot be implemented
```python
import os
from Crypto.Hash import SH…
-
#### 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…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
The builds of Python 3.10.15 and 3.11.10 (maybe others, I have not completed an exhaustive s…
-
As I understand it, Icechunk current stores references to chunks with something like the following:
| Chunk Index | Reference |
| --- | --- |
| 0 | 3abc21 |
| 1 | c14fe1 |
| 2 | 537c21 |
This…
-
Functions `hash`, `new_hasher`, `hmac` and `sign_message` all use `HashAlgorithm` to define which algorithm to use.
I tried adding new hash algorithms supported by Erlang and Node.js. I stumbled on…
-
The string hash function has now been reverse engineered and implemented in TDUModTools:
https://github.com/CookiePLMonster/TDUModTools/blob/main/mhpf.py#L213
It's essentially the simplest string …
-
Per CIP8, if there is a `hashed` protected header with the value `true` in the cose_sign1 structure, the payload is blake2b224-hashed. But currently, this lib is not handling this and I have to manual…
-
- **I'm submitting a ...**
[ ] bug report
[X] feature request
[X] question about the decisions made in the repository
[ ] question about how to use this project
Right now the hasher fun…
cre8 updated
8 months ago
-
Currently DID documents are identified using the selfHash field (produced during the self-sign-and-hash operation on the DID document). This has the advantage that the DID document contains its own u…