Update Argon2 for cosmopolitan libc

This commit is contained in:
Paul Kulchenko 2021-09-15 17:24:36 -07:00 committed by Justine Tunney
parent 9e7773a076
commit 6fba9601ff
21 changed files with 486 additions and 1202 deletions

View file

@ -18,7 +18,7 @@
#ifndef PORTABLE_BLAKE2_H
#define PORTABLE_BLAKE2_H
#include <argon2.h>
#include <third_party/argon2/argon2.h>
#if defined(__cplusplus)
extern "C" {