sm2cl 0.1.0

A Rust library for SM2 Certificate Less
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 993.14 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • xxkeming/sm2cl
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xxkeming

SM2 Certificate Less Library

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

特性

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

安装

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

[dependencies]
sm2cl = "0.1.0"