Tool/software:
Trying to use the EDDSA.h driver to verify a signature, but the "message" is a file stored on an external flash that has to be read in chunks since it is too big to store in a RAM buffer. Is there a way to do the hash separately and then provide that to the driver instead of a pointer to the pre-hashed message? I found the <related thread>, but it's 3 years old. Is there either a driver update, a working example of the linked reference, or at least an assurance that following that myself should still work?