Skip to content

Commit

Permalink
Fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Dec 30, 2022
1 parent ea4b357 commit 6ac29b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (e Encrypter) BySha1() Encrypter {
}

// BySha3 encrypts by sha3.
// 通过 BySha3 加密
// 通过 sha3 加密
func (e Encrypter) BySha3(size int) Encrypter {
if len(e.src) == 0 {
return e
Expand Down

0 comments on commit 6ac29b1

Please sign in to comment.