ctz / cifra

A collection of cryptographic primitives targeted at embedded use.
Creative Commons Zero v1.0 Universal
338 stars 57 forks source link

Missing incremental aes-gcm interface #10

Open xprite opened 5 years ago

xprite commented 5 years ago

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.