mirror of https://github.com/golang/go.git
revert cleanup
This commit is contained in:
parent
202363e809
commit
90ba7bae6a
|
|
@ -464,6 +464,8 @@ type sha512Ctx struct {
|
||||||
|
|
||||||
const (
|
const (
|
||||||
magic384 = "sha\x04"
|
magic384 = "sha\x04"
|
||||||
|
magic512_224 = "sha\x05"
|
||||||
|
magic512_256 = "sha\x06"
|
||||||
magic512 = "sha\x07"
|
magic512 = "sha\x07"
|
||||||
marshaledSize512 = len(magic512) + 8*8 + 128 + 8
|
marshaledSize512 = len(magic512) + 8*8 + 128 + 8
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue