mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +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/sha512.c
vendored
2
third_party/mbedtls/sha512.c
vendored
|
@ -501,7 +501,7 @@ int mbedtls_sha512_finish_ret( mbedtls_sha512_context *ctx,
|
|||
* \return \c 0 on success.
|
||||
* \return A negative error code on failure.
|
||||
*/
|
||||
int mbedtls_sha512_ret( const unsigned char *input,
|
||||
int mbedtls_sha512_ret( const void *input,
|
||||
size_t ilen,
|
||||
unsigned char output[64],
|
||||
int is384 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue