GCrypt/GhettoCrypt/include/Flexblock.h

8 lines
135 B
C++

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