83 jmp .L7
// nifty shortcut ctor, compute MD5 for string and finalize it right away
MD5::MD5(const std::string &text)
{
init();
update(text.c_str(), text.length());
finalize();
}
fname = QFileDialog.getOpenFileName(None, 'Open file', '/home')[0]