Botan
2.13.0
Crypto and TLS for C++11
Main Page
Namespaces
Classes
Files
File List
File Members
src
lib
modes
aead
gcm
clmul_ssse3
clmul_ssse3.h
Go to the documentation of this file.
1
/*
2
* (C) 2017 Jack Lloyd
3
*
4
* Botan is released under the Simplified BSD License (see license.txt)
5
*/
6
7
#ifndef BOTAN_GCM_CLMUL_SSSE3_H_
8
#define BOTAN_GCM_CLMUL_SSSE3_H_
9
10
#include <botan/types.h>
11
12
namespace
Botan
{
13
14
void
gcm_multiply_ssse3
(uint8_t x[16],
15
const
uint64_t HM[256],
16
const
uint8_t input[],
size_t
blocks);
17
18
}
19
20
#endif
Botan::gcm_multiply_ssse3
void gcm_multiply_ssse3(uint8_t x[16], const uint64_t HM[256], const uint8_t input_bytes[], size_t blocks)
Definition:
clmul_ssse3.cpp:13
Botan
Definition:
alg_id.cpp:13
Generated on Mon Jan 13 2020 21:02:50 for Botan by
1.8.9.1