Crypto++
5.6.5
Free C++ class library of cryptographic schemes
|
Go to the documentation of this file.
6 #ifndef CRYPTOPP_BASE32_H
7 #define CRYPTOPP_BASE32_H
68 :
BaseN_Decoder(GetDefaultDecodingLookupArray(), 5, attachment) {}
91 static const int * CRYPTOPP_API GetDefaultDecodingLookupArray();
void IsolatedInitialize(const NameValuePairs ¶meters)
Initialize or reinitialize this object, without signal propagation.
AlgorithmParameters MakeParameters(const char *name, const T &value, bool throwIfNotUsed=true)
Create an object that implements NameValuePairs.
Proxy filter that doesn't modify the underlying filter's input or output.
Filter that breaks input stream into groups of fixed size.
Base32Encoder(BufferedTransformation *attachment=NULL, bool uppercase=true, int groupSize=0, const std::string &separator=":", const std::string &terminator="")
Construct a Base32Encoder.
Base classes for working with encoders and decoders.
Encoder for bases that are a power of 2.
Crypto++ library namespace.
Decoder for bases that are a power of 2.
Base32Decoder(BufferedTransformation *attachment=NULL)
Construct a Base32Decoder.
Interface for retrieving values given their names.
Abstract base classes that provide a uniform interface to this library.
Used to pass byte array input as part of a NameValuePairs object.