How can I convert.
Qt Code:
blob = struct.pack("<LLLLLLL", 28, CRYPT_MODE_CBC, CALC_3DES, CALG_SHA1, len(iv), len(hash), len(ciph))To copy to clipboard, switch view to plain text mode
to C++. I haven't really figured it out.
How can I convert.
Qt Code:
blob = struct.pack("<LLLLLLL", 28, CRYPT_MODE_CBC, CALC_3DES, CALG_SHA1, len(iv), len(hash), len(ciph))To copy to clipboard, switch view to plain text mode
to C++. I haven't really figured it out.
Bookmarks