mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add more hashing apis to redbean
This commit is contained in:
parent
0ea2907730
commit
8d5f60a9cd
10 changed files with 319 additions and 238 deletions
2
third_party/mbedtls/md5.h
vendored
2
third_party/mbedtls/md5.h
vendored
|
@ -29,7 +29,7 @@ int mbedtls_md5_starts_ret( mbedtls_md5_context * );
|
|||
int mbedtls_md5_update_ret( mbedtls_md5_context *, const unsigned char *, size_t );
|
||||
int mbedtls_md5_finish_ret( mbedtls_md5_context *, unsigned char[16] );
|
||||
int mbedtls_internal_md5_process( mbedtls_md5_context *, const unsigned char[64] );
|
||||
int mbedtls_md5_ret( const unsigned char *, size_t, unsigned char[16] );
|
||||
int mbedtls_md5_ret( const void *, size_t, unsigned char[16] );
|
||||
int mbedtls_md5_self_test( int );
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue