mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 11:10:51 +02:00
b1aa11d42e
When the block size is less than the number of update bits, adding the update value will make the index larger than ENTROPY_NUM_WORDS. The update bits, ENTROPY_NUM_UPDATES_BITS, should be less than or equal to ENTROPY_BLOCK_SZ but is not practical. Add extra elements to the entropy state to accomadate this.