Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant "virtual override" declarations. | Jack Lloyd | 2017-10-02 | 1 | -2/+2 |
| | |||||
* | Add final annotations as appropriate in the test code | Jack Lloyd | 2017-09-22 | 1 | -2/+2 |
| | |||||
* | Update SM2 to use ASN.1 encoding for ciphertexts | Jack Lloyd | 2017-09-20 | 1 | -0/+2 |
| | | | | | | | | | There are in fact 3 different variations of SM2 standard, first C1||C2||C3, then C1||C3||C2, then (most recently) an ASN.1 encoding. This makes us compatible with GmSSL This work was sponsored by Ribose Inc (@riboseinc). | ||||
* | Support arbitrary hashes for SM2 signatures | Jack Lloyd | 2017-09-06 | 1 | -2/+2 |
| | | | | This is a contribution from Ribose Inc | ||||
* | Support arbitrary hashes for SM2 encryption | Jack Lloyd | 2017-09-05 | 1 | -3/+3 |
| | | | | This is a contribution from Ribose Inc. | ||||
* | Unused variable warning [ci skip] | Jack Lloyd | 2017-08-14 | 1 | -1/+1 |
| | |||||
* | Add SM2 encryption scheme | Jack Lloyd | 2017-08-04 | 1 | -1/+48 |
| | | | | This is a contribution from Ribose Inc (@riboseinc) | ||||
* | Add missing override annotation | Jack Lloyd | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | Add SM2 signature scheme | Jack Lloyd | 2017-06-29 | 1 | -0/+68 |
From https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02 This is a contribution from Ribose Inc (@riboseinc). |