mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 15:20:49 +02:00
Update README
This commit is contained in:
@@ -84,6 +84,12 @@ hardware.
|
||||
- SHA-384
|
||||
- SHA-512
|
||||
|
||||
By default `MAX3266X_SHA` drives the TPU directly, feeding the message to the
|
||||
hardware incrementally so hashes of any size are supported. Defining `#define
|
||||
WOLFSSL_MAX3266X_SHA_ONESHOT` in `user_settings.h` instead buffers the whole
|
||||
message in memory and hashes it in one shot using the SDK, which has slightly
|
||||
better performance.
|
||||
|
||||
`#define MAX3266X_MATH` (Replaces math operation calls for algos
|
||||
like RSA and ECC key generation):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user