-
- [x] ./oqs/src/lib.rs (https://github.com/rosenpass/rosenpass/pull/446)
- [x] ./oqs/src/kem_macro.rs (https://github.com/rosenpass/rosenpass/pull/446)
- [x] ./constant-time/src/xor.rs (https://gith…
koraa updated
2 weeks ago
-
This issue serves as both a request and a discussion point regarding the potential switch of the default hashing algorithm from `BLAKE2B-256-128` to `BLAKE3-256-128`.
https://github.com/kopia/kopia…
mpryc updated
3 months ago
-
Я не мастер сборки и в целом C, поэтому, возможно, просто делаю что-то не так - подскажите, в чем проблема)
Запускаю сборку на Win10, установил Docker Desktop.
При выполнении docker-compose build --…
-
Hello.
Since it is a compile-time directive, you cannot extend it yourself from the source code (I wonder if this would ever be possible though).
I would like to see `BLAKE2b256` (and/or `BLAKE2…
-
People may want to use a different hash function. And blake2b-rs can be hard to build for e.g. wasm.
-
It starts with this error:
```
could not compile dependency :argon2_elixir, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile argon2…
-
I've tried to compile the code on OSX system. However, the compilation failed with the following error:
```
clang -cc1as: fatal error: error in backend: 32-bit absolute addressing is not supported in…
-
Similar to https://github.com/ethereum/blake2b-py/issues/1, since 0.1.4 does not provide a source package, it cannot be installed on M1 MacBooks currently:
```sh
$ pip install 'blake2b-py==1.4.0'
…
-
JSDoc in question:
```js
/**
* [BLAKE2b] hash algorithm implemented in WebAssembly.
*
* ```js
* const message = new TextEncoder().encode("hello")
* new Blake2b(32)
* .update(message)
…
-
@saleemrashid commented on [Tue Feb 25 2020](https://github.com/ZcashFoundation/redjubjub/issues/24)
## Current Plan
- Keep `thiserror` usage behind `thiserror` feature — `thiserror` does not supp…