Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-yu authored Apr 14, 2020
1 parent 82c6ac7 commit f88c6c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@
快照是在线修复,本程序是离线修复
3. 亲测可用
4. 编译使用rustc 1.40 stable 版本
5. 默认编译出来的是SM2 国密版本,如果希望编译出SECP56版本,修改 types/Cargo.toml
```
[features]
default = ["sm2", "sm3hash"]
```
修改为
```
[features]
default = ["secp256k1 ", "sha3hash"]
```

0 comments on commit f88c6c6

Please sign in to comment.