-
I am trying to compile WASM for a library using the instruction which I found on this page:
https://emscripten.org/docs/compiling/Building-Projects.html
It says _"To build with Emscripten, you wou…
-
I think there is possibly a bug in the current Blake2b code. The **defaultSalt** variable is not passed to the Blake2bDigest constructor using the **salt** parameter as I would expect. It uses **perso…
-
I don't seem to get a `MatchingChksums` result when I expected one:
1. `git checkout 659cab9931ee5424de3e993d656d9d3b9cb6dca3~1`
2. `cd sec-keys/openpgp-keys-wget && cp openpgp-keys-wget-20220407.eb…
-
Hi,
A library that I maintain optionally depends on Botan-3. We have been finding that the SHA3 test randomly crashes on our CI runs with the following error. And only SHA3 is failing. All other ha…
-
String digest = Base58.encode(hashTypedData("TransactionData", txBytes));
public byte[] hashTypedData(String typeTag, byte[] data) {
byte[] typeTagBytes = String.format("%s::", t…
-
### Environment information
* `ape` and plugin versions: won't install
* Python Version: `Python 3.8.10`
* OS: ubuntu 20.04 lts raspberry pi 4 model B
### What went wrong?
```
$ pip insta…
-
**Is your feature request related to a problem? Please describe.**
Feature Request [#1497](https://github.com/opensearch-project/security/issues/1497)
**Describe the solution you'd like**
# Probl…
-
When trying to integrate light wallets with the Plutus Application Backend, I came across the issue where I need a wallet id before activating a contract. Currently, the PAB requires a wallet id encod…
-
### What version of Go are you using (`go version`)?
### Does this issue reproduce with the latest release?
Assuming Playground uses the latest Go version, yes.
### What operating system and …
-
blake2b digests are pretty large. They account for 60% of allocated space in my benchmark, so they're a good candidate for re-use, except that (at least in my case, PASETO), I need to use a new key ev…