GCrypt/GhettoCrypt/Flexblock.h
2021-12-06 12:48:20 +01:00

9 lines
134 B
C++

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