Rudiments
include
rudiments
aes128.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
#ifndef RUDIMENTS_AES128_H
5
#define RUDIMENTS_AES128_H
6
7
#include <rudiments/private/aes128includes.h>
8
10
class
RUDIMENTS_DLLSPEC
aes128
:
public
encryption
{
11
public
:
13
aes128
();
14
16
~aes128
();
17
19
size_t
getKeySize
();
20
22
size_t
getIvSize
();
23
29
const
byte_t *
getEncryptedData
();
30
36
const
byte_t *
getDecryptedData
();
37
38
#include <rudiments/private/aes128.h>
39
};
40
41
#endif
aes128
Definition
aes128.h:10
aes128::~aes128
~aes128()
aes128::aes128
aes128()
aes128::getKeySize
size_t getKeySize()
aes128::getDecryptedData
const byte_t * getDecryptedData()
aes128::getEncryptedData
const byte_t * getEncryptedData()
aes128::getIvSize
size_t getIvSize()
encryption
Definition
encryption.h:21
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0