summaryrefslogtreecommitdiff
path: root/panama.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2011-04-25 17:42:11 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2011-04-25 17:42:11 +0000
commit369e553baa7d9bd6ecb70a31c4356b07b8923855 (patch)
tree679fad8c4b20d6599f4cf54b9529eeaa9dbed18c /panama.h
parent9ea35d5f5d0427121c818436818c24c512243c41 (diff)
downloadcryptopp-369e553baa7d9bd6ecb70a31c4356b07b8923855.tar.gz
fix for makefile and Panama cipher validation failure on armel http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619856
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@526 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'panama.h')
-rw-r--r--panama.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/panama.h b/panama.h
index 5a23681..5888f24 100644
--- a/panama.h
+++ b/panama.h
@@ -12,7 +12,7 @@ class CRYPTOPP_NO_VTABLE Panama
{
public:
void Reset();
- void Iterate(size_t count, const word32 *p=NULL, word32 *z=NULL, const word32 *y=NULL);
+ void Iterate(size_t count, const word32 *p=NULL, byte *output=NULL, const byte *input=NULL, KeystreamOperation operation=WRITE_KEYSTREAM);
protected:
typedef word32 Stage[8];