#pragma once #include namespace GhettoCipher { constexpr std::size_t BLOCK_SIZE = 512; constexpr std::size_t N_ROUNDS = 64; }