Skip to content

Commit 90ba7ba

Browse files
committed
revert cleanup
1 parent 202363e commit 90ba7ba

File tree

1 file changed

+2
-0
lines changed
  • src/crypto/internal/boring

1 file changed

+2
-0
lines changed

src/crypto/internal/boring/sha.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ type sha512Ctx struct {
464464

465465
const (
466466
magic384 = "sha\x04"
467+
magic512_224 = "sha\x05"
468+
magic512_256 = "sha\x06"
467469
magic512 = "sha\x07"
468470
marshaledSize512 = len(magic512) + 8*8 + 128 + 8
469471
)

0 commit comments

Comments
 (0)