Menu

#7 Test broken

open
nobody
None
5
2004-02-19
2004-02-19
Marco Beri
No

In test/AESbench.py change code:
if out=="CBC128": encoder = aes.aes(key128,"CBC",IV)
if out=="CBC192": encoder = aes.aes(key192,"CBC",IV)
if out=="CBC256": encoder = aes.aes(key256,"CBC",IV)
with:
if out=="CBC128": encoder = aes(key128,"CBC",IV)
if out=="CBC192": encoder = aes(key192,"CBC",IV)
if out=="CBC256": encoder = aes(key256,"CBC",IV)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.