/sm_crypto_golang

Chinese SM2/SM3/SM4 algorithms in golang

Primary LanguageGoApache License 2.0Apache-2.0

sm_crypto_golang

golang implements for Chinese SM2/SM3/SM4 algorithms.

  1. add sm_crypto_golang to $GOPATH/src/
  2. open sm3/, and use the command "go test" to test the SM3.
  3. open sm4/, and use the command "go test" to test the SM4.