Kostas
Kostas
Generic P6 modules database does not update or updates from wrong branch/commit. Files [projects.json](https://ecosystem-api.p6c.org/projects.json) and [projects1.json](https://ecosystem-api.p6c.org/projects1.json) are frozen on @Kaiepi modules (that were removed in [July](https://github.com/perl6/ecosystem/commit/211201fac77b49a73f47e8a4b5eb99f0da8064a4)). I have quick investigation...
I'm implementing tool to fetch plain private keys from [Geth keystore files](https://geth.ethereum.org/docs/developers/dapp-developer/native-accounts). `AES-128-CTR` cipher is used there. I added the binding to `EVP_aes_128_ctr()`, followed your code standards and covered new...