#pragma once namespace GhettoCipher { constexpr int BLOCK_SIZE = 512; constexpr int N_ROUNDS = 64; }