doza / slowaes

Automatically exported from code.google.com/p/slowaes
0 stars 0 forks source link

Arguments should be array of bytes #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Updated to high priority

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

GoogleCodeExporter commented 8 years ago
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