Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 238 Bytes

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.