-
**Description**
More and more projects canceling by force of corpse. When this happens - a lot of "mirrors" appears. Some of them is fair-play, some of them contains malicious software. Providing at …
-
length is not used here?
```go
func hash(input string, length int) (string, error) {
return bufToBigInt(sha3.Sum512([]byte(input))).Text(36)[1:], nil
}
```
-
The new SHA3 code from #897 (avx2 and scalar) lost about 30% performance just before merge.
We have been using the version before merge for a while and noticed this performance regression on updating…
-
Hello,
I was trying to run Charon on [libcrux](https://github.com/cryspen/libcrux/tree/a6286d7d5652264175cb1c2a184d8e00c169d463) and got the following error:
```
error[E9999]: Supposely unreach…
-
**Describe the bug**
Compilation for ios fails:
```
13:23:30 liboqs/src/kem/kyber/oldpqclean_kyber512_aarch64/feat.S:147:5: note: while in macro instantiation
13:23:30 round
13:23:30 …
-
Currently the hasher is using strings which are concatenated and then hashed again.
We would like to change this behavior to use the binary representation of the hashes instead.
If a hash is not p…
-
```csharp
namespace System.Runtime.Intrinsics.Arm;
/// VectorT Summary
public abstract partial class Sha3 : AdvSimd /// Feature: FEAT_SHA3
{
/// T: byte, ushort, uint, ulong, sbyte, short, …
a74nh updated
2 months ago
-
I think we can add a 'sidebar. js' to create a sidebar, so that we don't have to write a complete menu for every HTML page.
Addon each page
```js
var sidebarData = {
header : {
lo…
-
A SHA3-512 hash of the encryption key is stored so comparison can be done to determine incorrect passwords. Although theoretically safe, it relies on an additional step instead of Argon2 alone. As it …
-
At this point, it doesn't matter if the implementation is particularly fast. It's more important to have a pure Rust fallback implementation than to have the assembly-optimized implementation. There a…