cher-nov / cryptg

Official Telethon extension to provide much faster cryptography for Telegram API requests.
https://pypi.org/project/cryptg/
Creative Commons Zero v1.0 Universal
75 stars 24 forks source link

bump grammers for fix factorization issue #31

Open andrew-ld opened 8 months ago

andrew-ld commented 8 months ago

https://github.com/Lonami/grammers/issues/220

cher-nov commented 8 months ago

@andrew-ld Is it okay now?

Lonami commented 8 months ago

Right, totally forgot about the fact cryptg depends on grammers now.

I haven't released the fix yet as a new grammers version so I would wait a bit more before bumping the version here.

If we're doing this, I'm also not confident that my "fix" is enough, and would prefer to tweak it some more.

Lonami commented 8 months ago

Hm it's kind of annoying because I made some changes to do encryption in-place so cryptg will need to be adjusted to handle that even if I release the factorization fix. So this may take longer than I had hoped.

Or not, since the exported functions don't mutate it, nice.