PQLR
dev-1426-v1.4-474-b578073a
Postquantum Crypto Library by
QAPP
hash_algo.h
Go to the documentation of this file.
1
#pragma once
2
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif // __cplusplus
7
21
typedef
enum
{
22
hashalgo_sha256
,
23
hashalgo_sha384
,
24
hashalgo_sha512
,
25
hashalgo_gost256
,
26
hashalgo_last
27
}
hashalgo_t
;
28
33
#ifdef __cplusplus
34
}
// extern "C"
35
#endif // __cplusplus
hashalgo_sha384
SHA384.
Definition:
hash_algo.h:23
hashalgo_sha512
SHA512.
Definition:
hash_algo.h:24
hashalgo_last
Definition:
hash_algo.h:26
hashalgo_t
hashalgo_t
Hashing algorithm.
Definition:
hash_algo.h:21
hashalgo_gost256
GOST 34.11-2012.
Definition:
hash_algo.h:25
hashalgo_sha256
SHA256.
Definition:
hash_algo.h:22
pqlr
hash_algo
hash_algo.h
Generated by
1.8.15 for
QAPP