ThealeMW / slowaes

Slowaes
0 stars 0 forks source link

Arguments should be array of bytes #2

Open GoogleCodeExporter opened 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:24

GoogleCodeExporter commented 8 years ago
Updated to high priority

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

GoogleCodeExporter commented 8 years ago
I updated encrypt and decrypt to take as arguments and return byte arrays. I 
updated
the smoke test to take the changes into account.

Alex, as a sanity check can you verify the results are what you expect?

Original comment by joshua.a...@gmail.com on 8 Aug 2008 at 2:59