sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Add binding to AES-128-CTR #103

Open pheix opened 9 months ago

pheix commented 9 months ago

I'm implementing tool to fetch plain private keys from Geth keystore files. AES-128-CTR cipher is used there.

I added the binding to EVP_aes_128_ctr(), followed your code standards and covered new feature with the unit tests.