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-05 14:13:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5fe56ddf20f21b92f0a41359f1be8030e81e7f05
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