willardf / Hazel-Networking

Hazel Networking is a low level networking library for C# providing connection-oriented, message-based communication via RUDP.
MIT License
385 stars 60 forks source link

Stream data blocks directly to SHA256 #20

Closed mendsley closed 3 years ago

mendsley commented 3 years ago

This removes the need to buffer all data in a MemoryStream to simply hash it when required.