mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 16:22:29 +00:00
Add missing Intel SSE2 intrinsics needed for Argon2
This commit is contained in:
parent
42aafc847e
commit
2e4b40042a
4 changed files with 50 additions and 2 deletions
1
third_party/argon2/blake2b.c
vendored
1
third_party/argon2/blake2b.c
vendored
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "third_party/argon2/blake2.h"
|
||||
#include "third_party/argon2/blake2-impl.h"
|
||||
#include "third_party/argon2/core.h" // for clear_internal_memory
|
||||
|
||||
static const uint64_t blake2b_IV[8] = {
|
||||
UINT64_C(0x6a09e667f3bcc908), UINT64_C(0xbb67ae8584caa73b),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue