github.com/bigzoro/my_simplechain@v0.0.0-20240315012955-8ad0a2a29bb9/core/access_contoller/opencrypto/gmssl/README.md (about) 1 ## Introduction 2 3 ```bash 4 # tree -L 1 5 . 6 ├── README.md 7 ├── gmssl # this is from gmssl open source project, and do some modification 8 ├── sm2 # a sm2 wrapper of gmssl sm2 algorithm 9 └── sm3 # a sm3 wrapper of gmssl sm2 algorithm 10 ``` 11 12 ## changelog 13 There are some optimization in sub-package gmssl, such as: 14 * add algorithm constant definition 15 * refine condition compile `+build cgo` 16 * refine GeneratePrivateKey implementation, wrong use of `defer` etc. 17 * cgo `LDFLAGS` and `CFLAGS`