Add additional jumbling-up in feistel rounds

This commit is contained in:
Leonetienne
2022-05-26 02:44:22 +02:00
parent bdbf0ffa64
commit 1678e28b4d
2 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace Leonetienne::GCrypt {
private:
//! Will run the feistel rounds, with either regular key
//! order or reversed key order
Block Run(const Block& data, bool reverseKeys);
Block Run(const Block& data, bool modeEncrypt);
//! Arbitrary cipher function
static Halfblock F(Halfblock m, const Key& key);