mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 06:12:19 +01:00
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.