sio-go
sio-go copied to clipboard
Authenticated encryption for streams in Go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200302150141-5c8b2ff67527 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
#### What is the problem you want to solve? Often you simply want to create or read from a file. Implementing this logic over and over again is tedious and...