Open
Description
when execute the code there is error message:
no matching function for call to 'AESLib::encrypt(String&, byte [16], byte [16])'
note: candidate: 'uint16_t AESLib::encrypt(const byte*, uint16_t, byte*, const byte*, int, byte*)'
52 | uint16_t encrypt(const byte input[], uint16_t input_length, byte *output, const byte key[],int bits, byte my_iv[]); // base64 encode and encrypt; should encode on output only
Metadata
Metadata
Assignees
Labels
No labels