From: Mark Wooding Date: Fri, 9 Nov 2018 15:35:14 +0000 (+0000) Subject: algorithms.c, etc.: Support the new AEAD abstraction. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/pyke/commitdiff_plain/54ae5879b39214704112ecfebd410a9ea57b6e6c?hp=54ae5879b39214704112ecfebd410a9ea57b6e6c algorithms.c, etc.: Support the new AEAD abstraction. The new machinery means we can reimplement `secret_box' and `secret_unbox' using Catacomb's `..._naclbox' AE scheme. ---