CryptMT3  1.0
Data Structures | Namespaces | Macros | Functions
cryptmt.h File Reference

CryptMT version 3.0 header file. More...

#include <stdint.h>
#include <exception>
#include <stdexcept>

Go to the source code of this file.

Data Structures

class  cryptmt::CryptMT
 CryptMT Stream Cipher. More...
 
class  cryptmt::CryptMT::stage_exception
 Error about calling sequence of methods. More...
 

Namespaces

namespace  cryptmt
 namespace for CriptMT
 

Functions

void * cryptmt::aligned_alloc (size_t size)
 This function allocate memory for SIMD function. More...
 
void cryptmt::aligned_free (void *ptr)
 This function releases memory allocated by aligned_alloc(). More...
 
uint32_t cryptmt::maxKeySize ()
 This function returns the maximum key size measured in bits. More...
 
uint32_t cryptmt::keySizeUnit ()
 This function returns the unit size of key measured in bits. More...
 

Detailed Description

CryptMT version 3.0 header file.