libhasha
2.2.2
Loading...
Searching...
No Matches
sha1_k.h
Go to the documentation of this file.
1
5
6
#if !defined(__HASHA_SHA1_K_H)
7
#define __HASHA_SHA1_K_H
8
9
#include "
internal/internal.h
"
10
14
static
const
uint32_t HA_SHA1_K[4] = {0x5A827999, 0x6ED9EBA1, 0x8F1BBCDC,
15
0xCA62C1D6};
16
20
static
const
uint32_t HA_SHA1_H0[5] = {0x67452301, 0xEFCDAB89, 0x98BADCFE,
21
0x10325476, 0xC3D2E1F0};
22
23
#endif
// __HASHA_SHA1_K_H
internal.h
include
hasha
sha1_k.h
Generated by
1.14.0