GCrypt/GhettoCrypt/Flexblock.h

9 lines
134 B
C
Raw Normal View History

#pragma once
#include <vector>
2021-12-06 02:20:47 +01:00
namespace GhettoCipher
{
//! A "bitset" of variable length
typedef std::string Flexblock;
}