style: update readme style
This commit is contained in:
parent
6087762655
commit
00425394c4
22
README_en.md
22
README_en.md
@ -7,16 +7,16 @@ This project is designed for the National Cryptography Competition and is implem
|
|||||||
The project uses the Chinese national standard cryptography algorithm to implement distributed proxy re-encryption (TPRE).
|
The project uses the Chinese national standard cryptography algorithm to implement distributed proxy re-encryption (TPRE).
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
.
|
.
|
||||||
├── basedockerfile (being used to build base iamge)
|
├── basedockerfile (being used to build base iamge)
|
||||||
├── dockerfile (being used to build application)
|
├── dockerfile (being used to build application)
|
||||||
├── include (gmssl header)
|
├── include (gmssl header)
|
||||||
├── lib (gmssl shared object)
|
├── lib (gmssl shared object)
|
||||||
├── LICENSE
|
├── LICENSE
|
||||||
├── README_en.md
|
├── README_en.md
|
||||||
├── README.md
|
├── README.md
|
||||||
├── requirements.txt
|
├── requirements.txt
|
||||||
└── src (application source code)
|
└── src (application source code)
|
||||||
|
|
||||||
## Environment Dependencies
|
## Environment Dependencies
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ docker run git.mamahaha.work/sangge/tpre:latest
|
|||||||
|
|
||||||
|
|
||||||
## References
|
## References
|
||||||
[TPRE Algorithm Blog Post](https://www.cnblogs.com/pam-sh/p/17364656.html#tprelib%E7%AE%97%E6%B3%95)
|
[TPRE Algorithm Blog Post](https://www.cnblogs.com/pam-sh/p/17364656.html#tprelib%E7%AE%97%E6%B3%95)
|
||||||
[Gmssl-python library](https://github.com/GmSSL/GmSSL-Python)
|
[Gmssl-python library](https://github.com/GmSSL/GmSSL-Python)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user