Botan 2.19.3
Crypto and TLS for C&
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
12namespace Botan {
13
14void blamka_ssse3(uint64_t T[128]);
15
16}
17
18#endif
fe T
Definition ge.cpp:37
void blamka_ssse3(uint64_t T[128])