From: Mark Wooding Date: Sun, 16 Jul 2017 14:08:00 +0000 (+0100) Subject: Makefile, ocbgen: Support Ukrainian `Kalyna' block cipher. X-Git-Url: https://git.distorted.org.uk/~mdw/ocb-tv/commitdiff_plain/d305618fac0bbdc59cf76356a1813ab8ff1bae42?ds=inline;hp=d305618fac0bbdc59cf76356a1813ab8ff1bae42 Makefile, ocbgen: Support Ukrainian `Kalyna' block cipher. Interesting because it has 512-bit blocks. Requires a Python implementation of Kalyna, not included; see https://git.distorted.org.uk/~mdw/kalyna-python/ for suitable bindings to the reference implementation. Define `HAVE_KALYNA' to enable the extra magic. ---