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

https://github.com/sammyne/sm3

A Go implementation of SM3 cryptographic hash algorithm.
https://github.com/sammyne/sm3

cryptographic-hash-functions cryptography

Last synced: 7 months ago
JSON representation

A Go implementation of SM3 cryptographic hash algorithm.

Awesome Lists containing this project

README

          

# SM3

[![CircleCI](https://circleci.com/gh/sammyne/sm3.svg?style=svg)](https://circleci.com/gh/sammyne/sm3)
[![codecov](https://codecov.io/gh/sammyne/sm3/branch/master/graph/badge.svg)](https://codecov.io/gh/sammyne/sm3)
[![GoDoc](https://godoc.org/github.com/sammyne/sm3?status.png)](http://godoc.org/github.com/sammyne/sm3)
![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/sm3/blob/master/LICENSE)

A Go implementation of SM3 cryptographic hash algorithm.