forked from sangge/tpre-python
21 lines
449 B
Markdown
21 lines
449 B
Markdown
# tpre-python
|
|
|
|
This project is designed for the National Cryptography Competition and is implemented in Python to execute the TPRE algorithm.
|
|
|
|
## Project Principle
|
|
|
|
The project uses the Chinese national standard cryptography algorithm to implement distributed proxy re-encryption (TPRE).
|
|
|
|
## Environment Dependencies
|
|
|
|
The project relies on the following software:
|
|
- Python 3.11
|
|
- gmssl
|
|
- gmssl-python
|
|
|
|
## Installation Steps
|
|
|
|
```bash
|
|
pip install
|
|
```
|