GCrypt/GCryptLib/include/Flexblock.h

8 lines
135 B
C
Raw Normal View History

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