| 392 | } |
| 393 | |
| 394 | unsigned char *AES::VectorToArray(std::vector<unsigned char> &a) { |
| 395 | return a.data(); |
| 396 | } |
| 397 | |
| 398 | std::vector<unsigned char> AES::EncryptECB(std::vector<unsigned char> in, |
| 399 | std::vector<unsigned char> key) { |
nothing calls this directly
no outgoing calls
no test coverage detected