Skip to content

mengzhuo/sm3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sm3

Build Status GoDoc

Go implement of sm3 hash algorithm

Example

h := sm3.New()
data := "The answer to the ultimate question of life, the universe and everything is 42."
io.WriteString(h, data)
fmt.Printf("%x", h.Sum(nil))

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages