sm2cl 0.1.0

A Rust library for SM2 Certificate Less
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SM2 Certificate Less Library

本项目是一个基于 Rust 的 SM2 无证书(Certificate Less)密码库,遵循 GM/T 0130-2023 标准。

#### 特性

- 实现 SM2 无证书密码算法
- 纯 Rust 实现,安全高效
- 易于集成到其他 Rust 项目

#### 安装

在你的 `Cargo.toml` 中添加依赖:

```toml
[dependencies]
sm2cl = "0.1.0"
```