GCrypt/GhettoCrypt/include/Flexblock.h
2022-05-16 21:43:22 +02:00

9 lines
134 B
C++

#pragma once
#include <string>
namespace GhettoCipher
{
//! A "bitset" of variable length
typedef std::string Flexblock;
}