mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Update Argon2 for cosmopolitan libc
This commit is contained in:
parent
9e7773a076
commit
6fba9601ff
21 changed files with 486 additions and 1202 deletions
4
third_party/argon2/blake2-impl.h
vendored
4
third_party/argon2/blake2-impl.h
vendored
|
@ -18,8 +18,8 @@
|
|||
#ifndef PORTABLE_BLAKE2_IMPL_H
|
||||
#define PORTABLE_BLAKE2_IMPL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <libc/isystem/stdint.h>
|
||||
#include <libc/isystem/string.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#define BLAKE2_INLINE __inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue