Re: Is there any C code that implements SM2 algorithm separately?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can find a number of SM2 implementations on github, etc.

https://github.com/openssl/openssl/blob/9453b196343db579c590130adc63d35d2ff87188/crypto/sm2/sm2_crypt.c
https://github.com/ARMmbed/mbedtls/blob/3ea8c4cb2a03724ba15c915e02d83255e1884859/library/ecdsa.c
https://github.com/developerworks/sm2/blob/master/miracl/sm2.c

Asymmetric ciphers are typically not "library free", because you need
the big number operations. The big number operations should preferably
secure versions that don't reveal private key through side-channels
(timing etc), so these operations are usually are provided by a
cryptographic library.
On Fri, Nov 9, 2018 at 3:06 AM 朱明哲 <zhumzseu@xxxxxxx> wrote:
>
> Hi all,
>
> Is there any C code that implements SM2 algorithm separately, which means is there a version in C language that is implemented independently of the existing library of openssl?
> Thanks a lot.
>
> Best Wishes.
>
>
>
>
>
>
> --
> ___________________________________
> 朱明哲
> 电子邮箱:zhumzseu@xxxxxxx
> 手机号码:15651609020
>
>
>
>
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux