Open Anastasiya-Zhyrkevich opened 6 years ago
Is it possible to apply sha256 to streaming, to avoid keeping whole buffer in memory?
IIURC it's possible, but I would recommend to use sha2 crate instead. It supports streaming messages processing.
sha2
BTW, it's not encryption, but hashing. ;)
Is it possible to apply sha256 to streaming, to avoid keeping whole buffer in memory?