GCrypt/GhettoCrypt/include/Flexblock.h
2022-05-16 22:01:52 +02:00

8 lines
135 B
C++

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