PHP » GoLang |
login |
register |
about
|
crc32crc32[code] data := []byte("test") fmt.Println(crc32.ChecksumIEEE(data)) [/code] |