Re-organize SM2 files

This commit is contained in:
Zhi Guan
2024-04-17 22:43:04 +08:00
parent 2a5dc640bd
commit 549c68d2df
9 changed files with 1031 additions and 1030 deletions

View File

@@ -34,7 +34,7 @@ typedef struct {
#define sm2_point_set_infinity(P) sm2_point_init(P)
int sm2_point_from_octets(SM2_POINT *P, const uint8_t *in, size_t inlen);
int sm2_point_from_octets(SM2_POINT *P, const uint8_t *in, size_t inlen);
void sm2_point_to_compressed_octets(const SM2_POINT *P, uint8_t out[33]);
void sm2_point_to_uncompressed_octets(const SM2_POINT *P, uint8_t out[65]);