algorithms.c, etc.: Support the new AEAD abstraction.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 15:35:14 +0000 (15:35 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:46:49 +0000 (11:46 +0100)
commit54ae5879b39214704112ecfebd410a9ea57b6e6c
tree520350abe53b0c58c1d0fe7d7a14ffffae1144a4
parent5a5e08d9613758154ef04aa8cc2aace701adb079
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.
catacomb-python.h
catacomb.c