chiark / gitweb /
pubkey.c: Support the `ed2559ctx' signature scheme from RFC8032.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 May 2017 09:42:15 +0000 (10:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 03:29:42 +0000 (04:29 +0100)
commit5c4c02314ca241c437b28f301658fee743323739
treed2463cf62d50a11ff78886bf1625731f7b6cf6ac
parentdca3bdfd8f6be8bacaff9142e9fb71a043bab445
pubkey.c: Support the `ed2559ctx' signature scheme from RFC8032.

Main difference is the addition of a personalization string.

In the wrapper classes, forward unknown keyword arguments on to the
underlying implementation.
catacomb.c
catacomb/__init__.py
pubkey.c