Talk:SHA-256

From Rosetta Code

Perl 6 implementation takes all input in memory

The current implementation takes all data at once, which is not a good idea if the data is large. Ideally the function should be able to take a possibly lazy list of buffers. All suggestions welcome. --Grondilu (talk) 20:46, 23 April 2013 (UTC)