Browse Source

:edit 修改sha 包名为 hash 包名

fly 1 year ago
parent
commit
c80cbbc012
1 changed files with 1 additions and 1 deletions
  1. 1 1
      algorithm/hash/sha.go

+ 1 - 1
algorithm/hash/sha.go

@@ -1,4 +1,4 @@
-package sha
+package hash
 
 
 import (
 import (
 	"crypto/hmac"
 	"crypto/hmac"