i want use VMAC in crypto++ lib on QT,i was tried study but i dont find example of it
can you help me
can i use Funcition DefaultDecryptorWithMAC ?
FileSource f(in, true, new DefaultDecryptorWithMAC(passPhrase, new FileSink(out)));
i want use VMAC in crypto++ lib on QT,i was tried study but i dont find example of it
can you help me
can i use Funcition DefaultDecryptorWithMAC ?
FileSource f(in, true, new DefaultDecryptorWithMAC(passPhrase, new FileSink(out)));
Bookmarks