mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 08:40:52 +02:00
6c8df33191
Initial wolfSSL implementation of LMS. Changed LMS benchmarking to time making a key and reloading. SHA-256: Added wc_Sha256HashBlock to make hashing a block fast. Fixed assembly code to be able to hash a block from an external buffer. Simplified code were possible. Moved byte reversal decision logic to one place instead of replicating length checks.