Sha256: 78ed45b800c118f939ba8f886ef13bde52390805f4dbac195aecc1cb3ea216e2
Contents?: true
Size: 304 Bytes
Versions: 4
Compression:
Stored size: 304 Bytes
Contents
// // rhodes_stub.cpp // Rhodes // // Created by Dmitry Soldatenkov on 03/04/2019. // Copyright © 2019 Rhomobile. All rights reserved. // #include <stdio.h> extern "C" int tau_decrypt_file(const char* filebuf, int filebuf_len, char* decrypted_buf, int maxlen, const char* key) { return 0; }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rhodes-7.6.0 | platform/iphone/rhodes_stub.cpp |
rhodes-7.5.1 | platform/iphone/rhodes_stub.cpp |
rhodes-7.4.1 | platform/iphone/rhodes_stub.cpp |
rhodes-7.1.17 | platform/iphone/rhodes_stub.cpp |