Doug Hoyte
· 22w
strfry 1.1.0 release
There are a lot of changes in this release. Some highlights:
* Preliminary support for AUTH (NIP-42)
* Support for COUNT requests (NIP-45)
* Prometheus monitoring end-point
* RE...
Getting a compile error on Android in Termux:
golpe/external/session-token-cpp/include/SessionToken.h:65:26: error:
use of undeclared identifier 'getrandom'
65 | ssize_t result = getrandom(seed.data(), seed.size(), 0);
| ^~~~~~~~~