rweather / arduinolibs

Arduino Cryptography Library
444 stars 212 forks source link

Support for SHA-512/256? #81

Open FerGT50 opened 1 year ago

FerGT50 commented 1 year ago

Hello, Crypto supports SHA-512 and SHA-256, but I was not able to find SHA-512/256 (similar to SHA-512, but with different IV and then someway truncated to 256 bits, as in https://eprint.iacr.org/2010/548.pdf). Is support for SHA-512/256 on the roadmap? Any suggestion to adapt current code myself (where to start)? Many thanks