https://github.com/sammyne/sm4
A Go implementation of SM4 block cipher algorithm as specified by GM/T 0002-2012
https://github.com/sammyne/sm4
block-cipher cryptography sm4
Last synced: 2 months ago
JSON representation
A Go implementation of SM4 block cipher algorithm as specified by GM/T 0002-2012
- Host: GitHub
- URL: https://github.com/sammyne/sm4
- Owner: sammyne
- License: isc
- Created: 2020-02-07T09:46:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T04:50:14.000Z (over 5 years ago)
- Last Synced: 2025-01-24T09:28:33.400Z (4 months ago)
- Topics: block-cipher, cryptography, sm4
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SM4
[](https://circleci.com/gh/sammyne/sm4)
[](https://codecov.io/gh/sammyne/sm4)
[](http://godoc.org/github.com/sammyne/sm4)

[](https://github.com/sammyne/sm4/blob/master/LICENSE)A Go implementation of SM4 block cipher algorithm as specified by GM/T 0002-2012.