GCrypt/Flexblock.h

6 lines
102 B
C
Raw Normal View History

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