ssh2-streams
ssh2-streams copied to clipboard
Fix bigIntToBuffer for numbers that start 0x9
Numbers that start 0x9... did not have '00' prepended.
Fixes #163
Probably a good idea to add a unit test for this function! I don't have time at the moment though, sorry.
What's going on with this? How come it's not yet accepted?
@dylanh724 ssh2
is undergoing a rewrite that no longer depends on this project, so all effort is now being spent there.
cheers
Please can you merge this in the mean time - looking forward to the rewrite but presumably that is some way off?
If you don't want the hassle I am willing to maintain this repo until your rewrite is ready.
Please can you merge this in the mean time - looking forward to the rewrite but presumably that is some way off?
If you don't want the hassle I am willing to maintain this repo until your rewrite is ready.
This would rock. This is a breaking bug for all those that use it, both directly and indirectly. I'm actually surprised it wasn't already since it's a 1-liner.
Also having issue with this