google / python-lakeside

Apache License 2.0
45 stars 18 forks source link

Switch from pycryptodome to pythonaes. #18

Closed mrstegeman closed 4 years ago

mrstegeman commented 5 years ago

pythonaes is a pure Python AES implementation. While slower, it has the advantage of not requiring a toolchain and a hefty multi-purpose library for a single algorithm. The packets the library is operating on are quite small, so performance shouldn't be a huge issue.

mrstegeman commented 5 years ago

For reference, this is the library: https://github.com/serprex/aespython