Files
go-i2p/lib/crypto/hash.go
2016-01-29 07:22:31 -05:00

8 lines
72 B
Go

package crypto
import (
"crypto/sha256"
)
var SHA256 = sha256.Sum256