This website requires JavaScript.
Explore
Help
Sign In
idk
/
go-i2p
Watch
1
Star
0
Fork
0
You've already forked go-i2p
mirror of
https://github.com/go-i2p/go-i2p.git
synced
2025-07-06 22:38:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6fcab3b7ddcdb080923f3a7ec6c78b574cc222d0
go-i2p
/
lib
/
crypto
/
hash.go
8 lines
72 B
Go
Raw
Normal View
History
Unescape
Escape
* 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
package
crypto
import
(
format with go fmt
2016-01-29 07:22:31 -05:00
"crypto/sha256"
* 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
)
var
SHA256
=
sha256
.
Sum256
Reference in New Issue
Copy Permalink