update sm_standard

This commit is contained in:
[GGSuchao]
2017-07-10 11:49:09 +08:00
committed by GGSuchao
parent b24e0c6f8e
commit df6df0e4b0
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# About SM standard implementation
This is only a standard implementation of the SM.
In the standard implementation, it uses the **MIRACL** library. **MIRACL** (Multiprecision Integer and Rational Arithmetic Crytographic Library) is a C software library. See also [About the MIRACL Crypto SDK](https://libraries.docs.miracl.com/miracl-user-manual/about).
Also, you can download the source code in the Github. Here is a reference link. [Github MIRACL](https://github.com/miracl/MIRACL).
What's more, when you want test it and compile locally, you need add *-lm* option to solve some math functions problems like *ceil* in the code.

View File

@@ -0,0 +1,9 @@
# About SM standard implementation
This is only a standard implementation of the SM.
In the standard implementation, it uses the **MIRACL** library. **MIRACL** (Multiprecision Integer and Rational Arithmetic Crytographic Library) is a C software library. See also [About the MIRACL Crypto SDK](https://libraries.docs.miracl.com/miracl-user-manual/about).
Also, you can download the source code in the Github. Here is a reference link. [Github MIRACL](https://github.com/miracl/MIRACL).
What's more, when you want test it and compile locally, you need add *-lm* option to solve some math functions problems like *ceil* in the code.