├── LICENSE ├── README.md ├── sm2_cipher_error_codes.h ├── sm2_create_key_pair.c ├── sm2_create_key_pair.h ├── sm2_encrypt_and_decrypt.c ├── sm2_encrypt_and_decrypt.h ├── test_demo.c ├── test_sm2_encrypt_and_decrypt.c └── test_sm2_encrypt_and_decrypt.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/README.md -------------------------------------------------------------------------------- /sm2_cipher_error_codes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/sm2_cipher_error_codes.h -------------------------------------------------------------------------------- /sm2_create_key_pair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/sm2_create_key_pair.c -------------------------------------------------------------------------------- /sm2_create_key_pair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/sm2_create_key_pair.h -------------------------------------------------------------------------------- /sm2_encrypt_and_decrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/sm2_encrypt_and_decrypt.c -------------------------------------------------------------------------------- /sm2_encrypt_and_decrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/sm2_encrypt_and_decrypt.h -------------------------------------------------------------------------------- /test_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/test_demo.c -------------------------------------------------------------------------------- /test_sm2_encrypt_and_decrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/test_sm2_encrypt_and_decrypt.c -------------------------------------------------------------------------------- /test_sm2_encrypt_and_decrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greendow/SM2-encrypt-and-decrypt/HEAD/test_sm2_encrypt_and_decrypt.h --------------------------------------------------------------------------------