summaryrefslogtreecommitdiff
path: root/plugins/Dbx_tree/encryption
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-08-15 09:23:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-08-15 09:23:57 +0000
commit25747f06ccfca211d883955608bd779d98c360c2 (patch)
treef17c20c4001d10e229a9d1a0a86a90bb65a01106 /plugins/Dbx_tree/encryption
parentd8fdc1b64f985ca228ab231069b4e556ded07006 (diff)
Yet another Miranda IM > NG rename part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/encryption')
-rw-r--r--plugins/Dbx_tree/encryption/HC256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_tree/encryption/HC256.cpp b/plugins/Dbx_tree/encryption/HC256.cpp
index 19b1ca7150..056b4e4dae 100644
--- a/plugins/Dbx_tree/encryption/HC256.cpp
+++ b/plugins/Dbx_tree/encryption/HC256.cpp
@@ -195,7 +195,7 @@ inline void HC256::EncryptBlock(uint32_t *Data)
inline void HC256::CreateTables(uint8_t* Key)
{
uint32_t i, j;
- uint8_t iv[32] = "Miranda IM dbx_tree Protogenes!";
+ uint8_t iv[32] = "Miranda NG dbx_tree Protogenes!";
//expand the key and iv into P and Q
for (i = 0; i < 8; i++)
P[i] = Key[i];