Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
CryptoPPUtils.hpp File Reference
#include <Core/Core.hpp>
#include <cryptlib.h>

Go to the source code of this file.

Classes

class  CryptoPPUtils
 

Macros

#define ENIGMA_CRYPTOPP_UTILS_H
 
#define CASE_RETURN(e)
 
#define CASE_RETURN(c, ret)
 

Macro Definition Documentation

◆ CASE_RETURN [1/2]

#define CASE_RETURN (   c,
  ret 
)
Value:
case c: \
return ret

◆ CASE_RETURN [2/2]

#define CASE_RETURN (   e)
Value:
case CryptoPP::Exception::ErrorType::e: \
return #e

◆ ENIGMA_CRYPTOPP_UTILS_H

#define ENIGMA_CRYPTOPP_UTILS_H

Definition at line 3 of file CryptoPPUtils.hpp.