MCPcopy Create free account
hub / github.com/SergeyBel/AES / VectorToArray

Method VectorToArray

src/AES.cpp:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394unsigned char *AES::VectorToArray(std::vector<unsigned char> &a) {
395 return a.data();
396}
397
398std::vector<unsigned char> AES::EncryptECB(std::vector<unsigned char> in,
399 std::vector<unsigned char> key) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected