summaryrefslogtreecommitdiff
path: root/salsa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'salsa.cpp')
-rwxr-xr-xsalsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/salsa.cpp b/salsa.cpp
index a3c18ef..5a84b73 100755
--- a/salsa.cpp
+++ b/salsa.cpp
@@ -12,7 +12,7 @@ void Salsa20_TestInstantiations()
Salsa20::Encryption x;
}
-void Salsa20_Policy::GetNextIV(byte *IV) const
+void Salsa20_Policy::CipherGetNextIV(byte *IV)
{
word32 j6 = m_state[6] + 1;
word32 j7 = m_state[7] + (j6 == 0);