Update golang.org/x/crypto

- Update bazel for new vendored crypto
This commit is contained in:
Michael Fraenkel
2016-10-06 23:38:54 -04:00
parent d97f125ddf
commit a01a493d5d
26 changed files with 4079 additions and 177 deletions

View File

@@ -46,7 +46,7 @@ type kexResult struct {
Hash crypto.Hash
// The session ID, which is the first H computed. This is used
// to signal data inside transport.
// to derive key material inside the transport.
SessionID []byte
}