From 00425394c4f2aab05123c99032d77186425500e2 Mon Sep 17 00:00:00 2001 From: sangge <2251250136@qq.com> Date: Sun, 15 Oct 2023 14:04:17 +0800 Subject: [PATCH] style: update readme style --- README_en.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README_en.md b/README_en.md index 08e72f2..46ccff6 100644 --- a/README_en.md +++ b/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). ## Project Structure -. -├── basedockerfile (being used to build base iamge) -├── dockerfile (being used to build application) -├── include (gmssl header) -├── lib (gmssl shared object) -├── LICENSE -├── README_en.md -├── README.md -├── requirements.txt -└── src (application source code) +. +├── basedockerfile (being used to build base iamge) +├── dockerfile (being used to build application) +├── include (gmssl header) +├── lib (gmssl shared object) +├── LICENSE +├── README_en.md +├── README.md +├── requirements.txt +└── src (application source code) ## Environment Dependencies @@ -63,7 +63,7 @@ docker run git.mamahaha.work/sangge/tpre:latest ## 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)