mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Make sha1 / sha256 / sha512 go faster
This commit is contained in:
parent
5144c22189
commit
2d79ab6c15
14 changed files with 2299 additions and 93 deletions
2
third_party/mbedtls/config.h
vendored
2
third_party/mbedtls/config.h
vendored
|
@ -119,9 +119,9 @@
|
|||
|
||||
#define MBEDTLS_MD5_SMALLER
|
||||
#define MBEDTLS_SHA1_SMALLER
|
||||
#ifdef TINY
|
||||
#define MBEDTLS_SHA256_SMALLER
|
||||
#define MBEDTLS_SHA512_SMALLER
|
||||
#ifdef TINY
|
||||
#define MBEDTLS_AES_ROM_TABLES
|
||||
#define MBEDTLS_AES_FEWER_TABLES
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue