Botan
2.1.0
Crypto and TLS for C++11
Main Page
Namespaces
Classes
Files
File List
File Members
src
lib
modes
aead
gcm
clmul
clmul.h
Go to the documentation of this file.
1
/*
2
* CLMUL hook
3
* (C) 2013 Jack Lloyd
4
*
5
* Botan is released under the Simplified BSD License (see license.txt)
6
*/
7
8
#ifndef BOTAN_GCM_CLMUL_H__
9
#define BOTAN_GCM_CLMUL_H__
10
11
#include <botan/types.h>
12
13
namespace
Botan
{
14
15
void
gcm_multiply_clmul
(uint8_t x[16],
const
uint8_t H[16]);
16
17
}
18
19
#endif
Botan::gcm_multiply_clmul
void gcm_multiply_clmul(uint8_t x[16], const uint8_t H[16])
Definition:
clmul.cpp:15
Botan
Definition:
alg_id.cpp:13
Generated on Fri Aug 4 2017 19:29:39 for Botan by
1.8.9.1