Botan
2.19.3
Crypto and TLS for C&
src
lib
pbkdf
argon2
argon2_ssse3
argon2_ssse3.h
Go to the documentation of this file.
1
/**
2
* (C) 2022 Jack Lloyd
3
*
4
* Botan is released under the Simplified BSD License (see license.txt)
5
*/
6
7
#ifndef BOTAN_ARGON2_SSSE3_H_
8
#define BOTAN_ARGON2_SSSE3_H_
9
10
#include <botan/types.h>
11
12
namespace
Botan
{
13
14
void
blamka_ssse3
(uint64_t
T
[128]);
15
16
}
17
18
#endif
T
fe T
Definition
ge.cpp:37
Botan
Definition
alg_id.cpp:13
Botan::blamka_ssse3
void blamka_ssse3(uint64_t T[128])
Definition
argon2_ssse3.cpp:231
Generated by
1.9.8