Refactor the API for setting up a block cipher.

It allows us more flexibility on the backend if the user needs to
specify the key and IV at setup time.
This commit is contained in:
Nick Mathewson
2012-03-20 15:35:43 -04:00
parent 00b4784575
commit de0dca0de7
10 changed files with 134 additions and 258 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code refactoring:
- Change the symmetric cipher interface so that creating and
initializing a stream cipher are no longer separate functions.