Project
digest_io
DigestIO wraps any IO object, calculating a cryptographic digest (e.g., MD5, SHA256) as data is written to it. This allows you to verify data integrity or generate checksums in real-time without requiring a separate pass over the data. Ideal for logging, file uploads, or any use case where you need both to write and hash data efficiently.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
MIT
Dependencies