GCrypt/GhettoCrypt/include/Flexblock.h

8 lines
135 B
C
Raw Normal View History

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