PQLR
Postquantum Crypto Library
 
Loading...
Searching...
No Matches
hash_algo.h
Go to the documentation of this file.
1#pragma once
2
3
4#ifdef __cplusplus
5extern "C" {
6#endif // __cplusplus
7
29
34#ifdef __cplusplus
35} // extern "C"
36#endif // __cplusplus
hashalgo_t
Hashing algorithm.
Definition hash_algo.h:21
@ hashalgo_gost512
GOST 34.11-2012.
Definition hash_algo.h:26
@ hashalgo_last
Definition hash_algo.h:27
@ hashalgo_sha512
SHA512.
Definition hash_algo.h:24
@ hashalgo_sha384
SHA384.
Definition hash_algo.h:23
@ hashalgo_sha256
SHA256.
Definition hash_algo.h:22
@ hashalgo_gost256
GOST 34.11-2012.
Definition hash_algo.h:25