refactor: kcrypto 包更名为 crypto,与目录名对应

This commit is contained in:
kercylan98
2023-07-27 16:46:09 +08:00
parent ed8ee4a542
commit 1ae14f0d7b
7 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package kcrypto
package crypto
import "encoding/base64"

View File

@@ -1,4 +1,4 @@
package kcrypto
package crypto
import (
"hash/crc32"

View File

@@ -1,4 +1,4 @@
package kcrypto
package crypto
import (
"crypto/md5"

View File

@@ -1,4 +1,4 @@
package kcrypto
package crypto
import (
"crypto/sha1"

View File

@@ -1,4 +1,4 @@
package kcrypto
package crypto
import (
"crypto/sha256"