-
Hi Ben,
`CrcAlgorithm` already is quite close to `NonCryptographicHashAlgorithm`, the base for e.g. `Crc32` (https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.crc32), but there are sub…
-
Should we change our hash function from SHA-256 to Blake2b256?
It's used by many of the new projects -- rchain, cardano, etc. And it's faster: https://blake2.net/
No rush on this -- would just n…
-
Since last time JS support was tried there have been improvements to the JS implementation of `Int` and `Long` to work "as expected" with regards to overflow. See:
https://kotlinlang.org/docs/js-to…
-
### Expected behaviour
User should be able to select SCRAM-SHA1 as a form of authentication for IMAP.
## Rationale
CRAM-MD5 is deprecated. SCRAM-SHA1 is fairly well adopted. If SSL/TLS is deployed w…
-
First, thanks a lot for your amazing job, it is so helpful!
**Describe the bug**
I tried to convert a pretrained model of PointPillars (Kitti 3class) to tensorrt but the conversion failed. To be…
-
This issue was originally reported in Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2214984
When connecting to an ssh server that provides an rsa host key and the host key is known …
-
Dear CMash team,
I am wondering the CMash is a metric, meaning, is CMash (A, B) the same with CMash (B, A), or CMash (A, B) + CMash (B, C) >= CMash (A, C), that is the last 2 rules of metric space:…
-
**Title**: Implement `PersistenceManager` Class with Singleton DB Connection and User Authentication
**Description**:
Implement a `PersistenceManager` class to handle all database interactions r…
-
Since md5 is sensitive to the order and format of the data, simple changes to the schema (eg. swapping two columns) or changing the type of a column (eg. integer to float) leads to new hash values and…
-
Dependent on https://github.com/docker/cli/pull/138
We should consider Docker Content Trust implications for [`docker manifest`](https://github.com/docker/cli/pull/138) -- in particular:
`DOCKER…