mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
Remove unused static variable sha384_initial_hash_value.
This commit is contained in:
parent
5ce27a1e1a
commit
cb6f976b0d
12
sha2.c
12
sha2.c
@ -256,18 +256,6 @@ static const sha2_word64 K512[80] = {
|
|||||||
0x5fcb6fab3ad6faecULL, 0x6c44198c4a475817ULL
|
0x5fcb6fab3ad6faecULL, 0x6c44198c4a475817ULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Initial hash value H for SHA-384 */
|
|
||||||
static const sha2_word64 sha384_initial_hash_value[8] = {
|
|
||||||
0xcbbb9d5dc1059ed8ULL,
|
|
||||||
0x629a292a367cd507ULL,
|
|
||||||
0x9159015a3070dd17ULL,
|
|
||||||
0x152fecd8f70e5939ULL,
|
|
||||||
0x67332667ffc00b31ULL,
|
|
||||||
0x8eb44a8768581511ULL,
|
|
||||||
0xdb0c2e0d64f98fa7ULL,
|
|
||||||
0x47b5481dbefa4fa4ULL
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Initial hash value H for SHA-512 */
|
/* Initial hash value H for SHA-512 */
|
||||||
static const sha2_word64 sha512_initial_hash_value[8] = {
|
static const sha2_word64 sha512_initial_hash_value[8] = {
|
||||||
0x6a09e667f3bcc908ULL,
|
0x6a09e667f3bcc908ULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user