GCrypt/GhettoCrypt/Flexblock.h
2021-12-06 03:06:59 +01:00

9 lines
134 B
C++

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