Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for RFC 8032 Ed25519ph | Jack Lloyd | 2019-06-20 | 1 | -8/+35 |
* | Handle invalid public key length in Ed25519 | Jack Lloyd | 2019-03-03 | 1 | -3/+16 |
* | Fix some warnings from PVS-Studio | Jack Lloyd | 2019-01-17 | 1 | -1/+1 |
* | Add PK_Signer::signature_length | Jack Lloyd | 2018-08-10 | 1 | -0/+4 |
* | Make use of AlgorithmIdentifier::USE_EMPTY_PARAM | Jack Lloyd | 2018-07-10 | 1 | -4/+1 |
* | More header cleanups | Jack Lloyd | 2017-09-23 | 1 | -0/+1 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -4/+4 |
* | Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing) | Francis Dupont | 2017-06-12 | 1 | -1/+4 |
* | Fixed private key code | Francis Dupont | 2017-06-12 | 1 | -11/+8 |
* | Fixed public key code for *25519 | Francis Dupont | 2017-06-12 | 1 | -9/+2 |
* | Add missing overrides | Jack Lloyd | 2017-06-08 | 1 | -2/+2 |
* | Add Ed25519 key type and tests | Jack Lloyd | 2017-06-07 | 1 | -0/+253 |