From df6df0e4b00ad8bc9b80fab402f75a46c570a726 Mon Sep 17 00:00:00 2001 From: "[GGSuchao]" <[1500062807@pku.edu.cn]> Date: Mon, 10 Jul 2017 11:49:09 +0800 Subject: [PATCH] update sm_standard --- engines/sm_standard/sm2/README.md | 9 +++++++++ engines/sm_standard/sm9/README.md | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 engines/sm_standard/sm2/README.md create mode 100644 engines/sm_standard/sm9/README.md diff --git a/engines/sm_standard/sm2/README.md b/engines/sm_standard/sm2/README.md new file mode 100644 index 00000000..7b2bbab9 --- /dev/null +++ b/engines/sm_standard/sm2/README.md @@ -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. \ No newline at end of file diff --git a/engines/sm_standard/sm9/README.md b/engines/sm_standard/sm9/README.md new file mode 100644 index 00000000..7b2bbab9 --- /dev/null +++ b/engines/sm_standard/sm9/README.md @@ -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. \ No newline at end of file