pyrogram / tgcrypto

Fast and Portable Cryptography Extension Library for Pyrogram

Home Page:https://pyrogram.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation needs updating for v1.1.1

richard-scott opened this issue · comments

I've noticed that things have changed in v1.1.1 compared to v1.0.4.

  • ctr_encrypt -> ctr256_encrypt
  • ctr_decrypt -> ctr256_decrypt
  • ige_encrypt -> ige256_encrypt
  • ige_decrypt -> ige256_decrypt

The documentation needs updating to reflect the recent changes.
Also, the image url's used on the README are wrong.

commented

Yep, I definitely have to take more care of tgcrypto's readme.

commented

Done! I've updated the logo as well.