From ffb31eabc6c1f213d07bc748b65be0d3c0a243e7 Mon Sep 17 00:00:00 2001 From: Gorachya <38173958+Gorachya@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:31:20 +0800 Subject: [PATCH] Add files via upload --- include/gmssl/sm9_z256.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gmssl/sm9_z256.h b/include/gmssl/sm9_z256.h index 01eda64d..4490984b 100644 --- a/include/gmssl/sm9_z256.h +++ b/include/gmssl/sm9_z256.h @@ -226,7 +226,6 @@ void sm9_z256_point_add(SM9_Z256_POINT *R, const SM9_Z256_POINT *P, const SM9_Z2 void sm9_z256_point_sub(SM9_Z256_POINT *R, const SM9_Z256_POINT *P, const SM9_Z256_POINT *Q); void sm9_z256_point_mul(SM9_Z256_POINT *R, const sm9_z256_t k, const SM9_Z256_POINT *P); void sm9_z256_point_mul_generator(SM9_Z256_POINT *R, const sm9_z256_t k); -void sm9_z256_point_mul_generator_fast(SM9_Z256_POINT *R, const sm9_z256_t k); int sm9_z256_point_print(FILE *fp, int fmt, int ind, const char *label, const SM9_Z256_POINT *P); int sm9_z256_point_to_uncompressed_octets(const SM9_Z256_POINT *P, uint8_t octets[65]); int sm9_z256_point_from_uncompressed_octets(SM9_Z256_POINT *P, const uint8_t octets[65]);