Files
go-i2p/lib/crypto/hash.go
Jeff Becker 45656d356f * add hash.go in crypto package
* add base32 / base64 in destination

* add helper functions for base64 / base32
2016-01-28 15:32:09 -05:00

8 lines
73 B
Go

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