From: Mark Wooding Date: Fri, 9 Nov 2018 15:35:14 +0000 (+0000) Subject: algorithms.c, etc.: Support the new AEAD abstraction. X-Git-Tag: 1.3.0~3^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/bebf03ab18a3bc9fbb537fcf821b0b53f8db1b81?ds=inline;hp=bebf03ab18a3bc9fbb537fcf821b0b53f8db1b81 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. ---