Bitcoin
Public Member Functions | Private Attributes | List of all members
AES256Decrypt Class Reference

#include <aes.h>

Public Member Functions

 AES256Decrypt (const unsigned char key[32])
 
 ~AES256Decrypt ()
 
void Decrypt (unsigned char plaintext[16], const unsigned char ciphertext[16]) const
 

Private Attributes

AES256_ctx ctx
 

Detailed Description

A decryption class for AES-256.

Constructor & Destructor Documentation

◆ AES256Decrypt()

AES256Decrypt::AES256Decrypt ( const unsigned char  key[32])
explicit

◆ ~AES256Decrypt()

AES256Decrypt::~AES256Decrypt ( )

Member Function Documentation

◆ Decrypt()

void AES256Decrypt::Decrypt ( unsigned char  plaintext[16],
const unsigned char  ciphertext[16] 
) const

Member Data Documentation

◆ ctx

AES256_ctx AES256Decrypt::ctx
private

The documentation for this class was generated from the following files: