mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17: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
12
third_party/argon2/encoding.c
vendored
12
third_party/argon2/encoding.c
vendored
|
@ -15,12 +15,12 @@
|
|||
* software. If not, they may be obtained at the above URLs.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include "encoding.h"
|
||||
#include "core.h"
|
||||
#include <libc/isystem/stdio.h>
|
||||
#include <libc/isystem/stdlib.h>
|
||||
#include <libc/isystem/string.h>
|
||||
#include <libc/isystem/limits.h>
|
||||
#include "third_party/argon2/encoding.h"
|
||||
#include "third_party/argon2/core.h"
|
||||
|
||||
/*
|
||||
* Example code for a decoder and encoder of "hash strings", with Argon2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue