Indentation
This commit is contained in:
parent
91819c9723
commit
cd119f21bb
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
namespace Leonetienne::GCrypt {
|
namespace Leonetienne::GCrypt {
|
||||||
|
|
||||||
GCipher::GCipher(const Key& key, const DIRECTION direction)
|
GCipher::GCipher(const Key& key, const DIRECTION direction) :
|
||||||
:
|
|
||||||
direction { direction },
|
direction { direction },
|
||||||
lastBlock(InitializationVector(key)), // Initialize our lastBlock with some deterministic initial value, based on the key
|
lastBlock(InitializationVector(key)), // Initialize our lastBlock with some deterministic initial value, based on the key
|
||||||
feistel(key) {
|
feistel(key)
|
||||||
|
{
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user