cryptopp icon indicating copy to clipboard operation
cryptopp copied to clipboard

Add SM2 public key and elliptic curve algorithms

Open noloader opened this issue 8 years ago • 3 comments

SM2 is a 4-part Chinese national standard for public key algorithms, including digital signatures and elliptic curves. See SM2 Digital Signature Algorithm. We recently received some private emails asking for several Chinese algorithms. The email also pointed out US and some European algorithms have good coverage in the library.

noloader avatar Nov 25 '17 10:11 noloader

Can I help for sm2 something?

cjl3230 avatar Aug 17 '18 09:08 cjl3230

@cjl3230,

I'm weak on adding public key algorithms so I have been dragging my feet about it. I wrote some test code a while back and I have several open questions, like how to make some of parameters available to the signing algorithm. (As it stands the PK_Signer interface does not account for it).

noloader avatar Aug 17 '18 09:08 noloader

@noloader https://github.com/jntass/TASSL.git maybe help you

cjl3230 avatar Mar 31 '19 14:03 cjl3230