mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 13:32:52 -04:00
8 lines
72 B
Go
8 lines
72 B
Go
package crypto
|
|
|
|
import (
|
|
"crypto/sha256"
|
|
)
|
|
|
|
var SHA256 = sha256.Sum256
|