engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

Supporting AES-GCM-SIV #13

Closed ronaldtse closed 4 years ago

ronaldtse commented 4 years ago

Certainly AEAD modes should be available to be used in Enprot. AES-GCM-SIV is one of them.

cc: @celic

ronaldtse commented 4 years ago

Now linked to https://github.com/randombit/botan/issues/2221 .

dewyatt commented 4 years ago

IIRC I did actually implement this using the aes_gcm_siv crate as a temporary solution until the botan side of things is done. I need to jump back to that and get it cleaned up before it gets too stale.

ronaldtse commented 4 years ago

👍