7
cryptox/crc32.go
Normal file
7
cryptox/crc32.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cryptox
|
||||
|
||||
import "hash/crc32"
|
||||
|
||||
func Crc32(s string) uint32 {
|
||||
return crc32.ChecksumIEEE([]byte(s))
|
||||
}
|
||||
Reference in New Issue
Block a user