Skip to content

Commit 202363e

Browse files
committed
update
1 parent 6aeab9e commit 202363e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The value returned by [sha256.New] and [sha256.New224] now also implements the [encoding.BinaryAppender] interface
1+
The values returned by [sha256.New] and [sha256.New224] now also implement the [encoding.BinaryAppender] interface
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The value returned by [sha512.New], [sha512.New384], [sha512.New512_224] and [sha512.New512_256] now also implements the [encoding.BinaryAppender] interface.
1+
The values returned by [sha512.New], [sha512.New384], [sha512.New512_224] and [sha512.New512_256] now also implement the [encoding.BinaryAppender] interface.

src/crypto/md5/md5_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestGoldenMarshal(t *testing.T) {
112112
continue
113113
}
114114

115-
if string(state) != g.halfState {
115+
if string(stateAppend) != g.halfState {
116116
t.Errorf("md5(%q) stateAppend = %q, want %q", g.in, stateAppend, g.halfState)
117117
continue
118118
}

0 commit comments

Comments
 (0)