From 2bfa5d822323be02b2a58e4ac6ae45d7832268ba Mon Sep 17 00:00:00 2001 From: Zhi Guan Date: Fri, 1 Dec 2017 23:16:16 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b096f5d7..02541973 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,9 @@ Download ([GmSSL-master.zip](https://github.com/guanzhi/GmSSL/archive/master.zip ``` After installation you can run `gmssl version -a` to print detailed information. + The `gmssl` command line tool supports SM2 key generation through `ecparam` or `genpkey` option, support SM2 signing and encryption through `pkeyutl` option, support SM3 through `sm3` or `dgst` option, support SM4 through `sms4` or `enc` option. + The following are some examples. SM3 digest generation: