Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axtls: update to 66d530a, fixes esp8266#3335
SHA512 module stored padding in PROGMEM, but would then pass the pointer to padding into Update function which would do a memcpy. Use the same approach as with SHA256, that is to copy padding to the stack first, and then pass it to Update.
- Loading branch information