| 154 | } |
| 155 | |
| 156 | const unsigned char* Arc4::getSpecificData(CheckStatusWrapper* status, const char*, unsigned*) |
| 157 | { |
| 158 | return nullptr; |
| 159 | } |
| 160 | |
| 161 | void Arc4::setSpecificData(CheckStatusWrapper* status, const char*, unsigned, const unsigned char*) |
| 162 | { |
no outgoing calls
no test coverage detected