From: Mark Wooding Date: Wed, 3 May 2017 12:02:54 +0000 (+0100) Subject: Merge branches 'mdw/latin-ietf' and 'mdw/curve25519' X-Git-Tag: 1.2.0~36 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/d35f9a17d34ae5a48b6477f80370278580ec6a1e?hp=d35f9a17d34ae5a48b6477f80370278580ec6a1e Merge branches 'mdw/latin-ietf' and 'mdw/curve25519' * mdw/latin-ietf: algorithms.py: Support the IETF versions of ChaCha etc. with 96-bit nonce. * mdw/curve25519: pubkey.c, catacomb/__init__.py: Add bindings for Hamburg's X448. pubkey.c, ...: Support Bernstein's `Ed25519' signature scheme. pubkey.c, ...: Support Bernstein's `X25519' key-agreement algorithm. ---