MCPcopy Create free account
hub / github.com/DNAProject/DNA / ClearPasswd

Function ClearPasswd

cmd/common/common.go:173–178  ·  view source on GitHub ↗
(passwd []byte)

Source from the content-addressed store, hash-verified

171}
172
173func ClearPasswd(passwd []byte) {
174 size := len(passwd)
175 for i := 0; i < size; i++ {
176 passwd[i] = 0
177 }
178}

Callers 6

accountCreateFunction · 0.92
accountSetFunction · 0.92
accountDeleteFunction · 0.92
accountImportFunction · 0.92
accountExportFunction · 0.92
GetAccountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected