Luzifer / go-openssl

go-openssl is a small library wrapping the crypto/aes functions in a way the output is compatible to OpenSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Plans to Add AES256 CTR?

jdgiotta opened this issue · comments

Any plans to add CTR support?

No. This library concentrates on being an equivalent to openssl aes-256-cbc and will not add other encryption modes.