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)
commit0d7ae1befead1998b980648643b032415fd90fbf
tree2d436038c30698111640c9aa729bde3084048d69
parentb75462e8d463580b325794ecf2369c4ae801b5bd
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