Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ GetWalletScryptKey
Function
GetWalletScryptKey
cmd/sigsvr/store/common.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
GetWalletScryptKey() []byte {
56
return
[]byte{WALLET_SCRYPT_PREFIX}
57
}
58
59
func
GetAccountIndexKey(index uint32) []byte {
60
data := make([]byte, 4, 4)
Callers
2
setWalletScrypt
Method · 0.85
getWalletScrypt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected