Closed philippe44 closed 7 years ago
Try adata_add instead of aad_add (documentation is misleading).
encrypt_add crashes when adata_add was not called before (I have to investigate this one).
The bug was introduced here https://github.com/DCIT/perl-CryptX/commit/9e34032f57ae431a6df263fcaac8da1dc9a57c07
Try CryptX-0.048_001 it should fix:
aad_add
was removed from doc of all EncAuth algorithms, the correct one is adata_add
could you please check CryptX-0.048_002, if there is no feedback I am going to close this issue with coming 0.049 release
Verified - Thank you
Hi - Using OO interface, the method aad_add cannot be found and calling encrypt_add("some data"), crashes with "invalid argument provided". Functional calls works fine