Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 40e184c

Browse files
committed
pkg/crypto/sha1: Better shadowing of original std go package.
1 parent 9214ada commit 40e184c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build !arm
6-
75
// SHA1 block step.
86
// In its own file so that a faster assembly or C version
97
// can be substituted easily.

pkg/crypto/sha1/sha1block_decl.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright 2013 The llgo Authors
2+
// Use of this source code is governed by an MIT-style
3+
// license that can be found in the LICENSE file.
4+
5+
package sha1
6+
7+
func block(dig *digest, p []byte)

0 commit comments

Comments
 (0)