mirror of
https://github.com/muun/recovery.git
synced 2025-11-13 15:21:37 -05:00
Release v2.2.0
This commit is contained in:
10
vendor/github.com/muun/libwallet/hashes.go
generated
vendored
Normal file
10
vendor/github.com/muun/libwallet/hashes.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package libwallet
|
||||
|
||||
import (
|
||||
"crypto/sha256"
|
||||
)
|
||||
|
||||
func SHA256(data []byte) []byte {
|
||||
hash := sha256.Sum256(data)
|
||||
return hash[:]
|
||||
}
|
||||
Reference in New Issue
Block a user