Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 193 Bytes

index.md

File metadata and controls

14 lines (11 loc) · 193 Bytes

gcrc32

CRC32算法。

使用方式:

import "gitee.com/johng/gf/g/crypto/gcrc32"

方法列表:

func EncryptBytes(v []byte) uint32
func EncryptString(v string) uint32