1. 程式人生 > >golang crypto 加密庫使用

golang crypto 加密庫使用

golang 中文文件
       
https://studygolang.com/pkgdoc
crypto 官方文件
        https://godoc.org/golang.org/x/crypto
sha3 官方文件
        https://godoc.org/golang.org/x/crypto/sha3
匯入sha3包
        import "golang.org/x/crypto/sha3"
golang 開源專案大全


        https://www.jianshu.com/p/8e4356d15364
Keccak sha3實現
        https://github.com/ebfe/keccak
Keccak 官方文件
        https://godoc.org/github.com/ebfe/keccak
匯入 Keccak 包
        go get github.com/ebfe/keccak
Keccak

        實現了sha3計算