possible bug: investigate std/crypto
's vs old std/hash
's digest()
for large streams
#3774
Labels
bug
Something isn't working
A while back, IIRC, @lino-levan discovered that
digest()
of the oldstd/hash
sub-module was faster and consumed less memory than the currentdigest()
of the currentstd/crypto
for large streams. This scenario should be proactively investigated, validated and possibly fixed.Note: Neither of us recalls the specifics or can find the convos surrounding this issue.
The text was updated successfully, but these errors were encountered: