MCPcopy Create free account
hub / github.com/amule-project/amule / DecodeBase32

Method DecodeBase32

src/SHAHashSet.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74unsigned int CAICHHash::DecodeBase32(const wxString &base32)
75{
76 return ::DecodeBase32(base32, HASHSIZE, m_abyBuffer);
77}
78
79
80/////////////////////////////////////////////////////////////////////////////////////////

Callers 2

LoadTagsFromFileMethod · 0.80
LoadPartFileMethod · 0.80

Calls 1

DecodeBase32Function · 0.85

Tested by

no test coverage detected