Skip to content

PYPI version 1.4.1

Compare
Choose a tag to compare
@ricmoo ricmoo released this 02 Jun 06:15
· 10 commits to master since this release

Optimized the AES-CTR mode of operation for the scrypt file format.

Note: AES-CTR no longer defines the Counter object (initial_value = 0 is assumed). If you need AES-CTR with a custom Counter, consider my AES library on GitHub, pyaes.