Closed TJ-91 closed 2 weeks ago
@TJ-91 crypto-refresh ifdefs (or, better say, standard itself) and new code paths already made things complicated, and within these changes they would get complicated even more. Do we have a real need for that, given that crypto-refresh discourages usage of clear-text signing?
Alright, I'll close this issue then
A solution for processing v6 cleartext signatures is buffering the message. Then the salt and hash can be initialized, and the buffer will be hashed.
@ni4 is that something you would consider if we implement it?