Open xprite opened 5 years ago
aes-gcm supports one-shot interface at the moment: cf_gcm_encrypt(...) cf_gcm_decrypt(...)
cf_gcm_encrypt(...)
cf_gcm_decrypt(...)
It would be handy to have also incremental interface implemented.
aes-gcm supports one-shot interface at the moment:
cf_gcm_encrypt(...)
cf_gcm_decrypt(...)
It would be handy to have also incremental interface implemented.