revert cleanup

This commit is contained in:
Mateusz Poliwczak 2024-08-01 08:24:04 +02:00
parent 202363e809
commit 90ba7bae6a
1 changed files with 2 additions and 0 deletions

View File

@ -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
) )