mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-29 19:56:16 +08:00
Update SM2 Extensions
Arrange source files
This commit is contained in:
@@ -11,11 +11,15 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <gmssl/sm2.h>
|
||||
#include <gmssl/sm2_ring.h>
|
||||
#include <gmssl/asn1.h>
|
||||
#include <gmssl/error.h>
|
||||
|
||||
|
||||
extern SM2_BN SM2_N;
|
||||
extern SM2_BN SM2_ONE;
|
||||
|
||||
|
||||
static int compare_point(const void *P, const void *Q)
|
||||
{
|
||||
const uint8_t *p = (uint8_t *)P;
|
||||
|
||||
Reference in New Issue
Block a user