-
https://community.platformio.org/t/conflicting-hash-h-issue/9295
-
Trying to get CI on my pull request to go green, the MacOS build fails with
``` ld: library 'crypto' not found```
I don't think there is a particular OS-specific impact of the new code …
-
Hello,
As usual, many thanks for the most fantastic crypto construction Go library out there!
Are there any plans for [Ristretto](https://ristretto.group/) support? The group is `ristretto255`, …
-
We already have the "fs" keystore as an alternative to gpg-pubkey's in rpmdb, but it's primitive at best. This isn't our core business anyhow, so we'd rather outsource that to something else. A hot ti…
-
2022-11-02 15:44:52:700 [info] last update time: Wed Nov 02 2022 15:44:52 GMT+0800 (CST)
2022-11-02 15:44:52:728 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2022-11-02 15:44:52:731 [info] r…
-
We have several configuration options that tweak performance/memory/code-size/side-channel-resistance compromises of a specific part of the library, without affecting the functional behavior of the li…
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
When trying to intercept requests in an x86_64 Android Studio emulator, the script found a pattern match, but patching the function broke TLS validation even when not using a proxy. Analyzing the libf…
-
Hello,
First thanks for your hard work on this crate and its great ! I'm finding in trouble regarding obtaining the access token, I got some SSL error certificate on my VPS. How can I add the certi…
-
This library caught me off-guard, I was wondering how calls with `safe(myThrowingMethod())` would be wrapped in try-catch when the call of the throwing method is outside of the function closure. Then …