test_example_cqp 0.1.0

This is a PQC (Post-Quantum Cryptography) library written in Rust. This library provides a set of encryption algorithms and digital signature algorithms for secure communication and data protection in the age of future quantum computers.
1
2
3
4
5
6
7
8
9
[dependencies]

[package]
authors = ["Zhejiang Lab - Basic Theory Research Center - Cryptography Group"]
description = "This is a PQC (Post-Quantum Cryptography) library written in Rust. This library provides a set of encryption algorithms and digital signature algorithms for secure communication and data protection in the age of future quantum computers."
edition = "2021"
license = "MIT"
name = "test_example_cqp"
version = "0.1.0"