Bump crypto package. (#492)

This fixes master build for certain CPU's.
See https://github.com/golang/crypto/commit/ae8bce0
This commit is contained in:
Brian Goff
2019-01-08 12:30:18 -08:00
committed by GitHub
parent 323c02d468
commit d8736e23f5
29 changed files with 1790 additions and 86 deletions

View File

@@ -29,7 +29,7 @@ type XOF interface {
}
// OutputLengthUnknown can be used as the size argument to NewXOF to indicate
// the the length of the output is not known in advance.
// the length of the output is not known in advance.
const OutputLengthUnknown = 0
// magicUnknownOutputLength is a magic value for the output size that indicates