Refactored to feistel class
This commit is contained in:
7
Halfblock.h
Normal file
7
Halfblock.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <bitset>
|
||||
#include "Config.h"
|
||||
|
||||
#define HALFBLOCK_SIZE (BLOCK_SIZE / 2)
|
||||
|
||||
typedef std::bitset<HALFBLOCK_SIZE> Halfblock;
|
||||
Reference in New Issue
Block a user