Skip to content

xueqing/GmSSL-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GmSSL-demo

function

A demo to test process algorithm with GmSSL, including

  • symmetric encryption
    • SM4 block cipher algorithm in ECB mode
  • asymmetric encryption
    • SM2 elliptic curve cryptography algorithm
  • hash
    • SM3 cryptographic hash algorithm
  • random generator

project

The project is based on qt-creator.

  • AlgoProcLib: interface to use GmSSL
  • demo: entrance to test above interface
  • include: necessary header files
  • lib: necessary dynamic library files generated according to tutorial