crypto
crypto copied to clipboard
[mirror] Go supplementary cryptography libraries
It is mandatory to be reachable on port 443 from the public internet but it is completely fine to run a service on a different port internally and use e....
https://github.com/golang/go/issues/29286
benchmark old ns/op new ns/op delta BenchmarkLengthPrefixed-4 1660 371 -77.63% benchmark old allocs new allocs delta BenchmarkLengthPrefixed-4 17 0 -100.00% benchmark old bytes new bytes delta BenchmarkLengthPrefixed-4 777 0 -100.00%...
benchmark old ns/op new ns/op delta BenchmarkLengthPrefixed-4 1345 265 -80.27% benchmark old allocs new allocs delta BenchmarkLengthPrefixed-4 17 1 -94.12% benchmark old bytes new bytes delta BenchmarkLengthPrefixed-4 777 64 -91.76%...
The Client.NewSession method only returns the Session, but the opened channel is useless, and the user cannot obtain the channel because it is a private property. If you want to...
Relates to CL 545098, which updated the dependency in the main module.
fixes #62657