An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# SM4

[![CircleCI](https://circleci.com/gh/sammyne/sm4.svg?style=svg)](https://circleci.com/gh/sammyne/sm4)
[![codecov](https://codecov.io/gh/sammyne/sm4/branch/master/graph/badge.svg)](https://codecov.io/gh/sammyne/sm4)
[![GoDoc](https://godoc.org/github.com/sammyne/sm4?status.png)](http://godoc.org/github.com/sammyne/sm4)
![minimum go](https://img.shields.io/badge/go-1.13.8%2B-blue)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/sammyne/sm4/blob/master/LICENSE)

A Go implementation of SM4 block cipher algorithm as specified by GM/T 0002-2012.