GCrypt/Flexblock.h
2021-12-06 02:20:47 +01:00

9 lines
134 B
C++

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