Rename SM2_Z256 to sm2_z256_t

This commit is contained in:
Zhi Guan
2024-04-16 22:58:07 +08:00
parent 6028d1e10b
commit f0e70bbb4d
3 changed files with 33 additions and 41 deletions

View File

@@ -21,7 +21,7 @@
extern "C" {
#endif
typedef uint64_t SM2_Z256[4];
typedef uint64_t sm2_z256_t[4];
int sm2_z256_rand_range(uint64_t r[4], const uint64_t range[4]);
void sm2_z256_copy(uint64_t r[4], const uint64_t a[4]);