sshnet / SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
http://sshnet.github.io/SSH.NET/
MIT License
3.88k stars 919 forks source link

Use BinaryPrimitives in Pack #1305

Closed Rob-Hague closed 4 months ago

Rob-Hague commented 4 months ago

These are more efficient than bit-shifting, so we should use them where possible.

WojciechNagorski commented 4 months ago

This issue has been fixed in the 2024.0.0 version.