ripper66/slowaes

Arguments should be array of bytes

Closed this issue · 2 comments

What are the requirement to complete this task?

The encrypt and decrypt methods should accept an array of bytes instead of
a string. Any conversion code within the methods should be removed under
the assumption that the conversion will occur before the method is called.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by joshua.a...@gmail.com on 6 Aug 2008 at 12:23

Updated to high priority

Original comment by joshua.a...@gmail.com on 6 Aug 2008 at 12:42

  • Added labels: Priority-High
  • Removed labels: Priority-Medium
The array of bytes argument was only an issue for the JS version, not the 
Python.

Original comment by joshua.a...@gmail.com on 6 Aug 2008 at 11:30

  • Changed state: Invalid