#密钥交换 #安全 #加密 #公钥

monocypher

monocypher C库的绑定

3个版本

0.4.4 2023年12月4日
0.4.3 2023年12月3日
0.4.2 2020年11月29日
0.3.0 2019年1月7日
0.1.1 2018年3月7日

#623 in 密码学

36 每月下载次数

ISC许可证

470KB
9K SLoC

C 7.5K SLoC // 0.3% comments Rust 1K SLoC // 0.0% comments Python 402 SLoC // 0.6% comments Shell 166 SLoC // 0.8% comments

monocypher-rs

dependency status

Rust对monocypher的绑定

文档

待办事项

  • 改进文档
  • 单元测试
  • 集成测试
  • 高级API
  • 将此信息告诉monocypher开发者

贡献

要贡献,您需要克隆此仓库,该仓库包含作为子模块的monocypher源代码。要克隆包含子模块,请运行

$ git clone --recurse-submodules <git-repository-url>

如果仓库已克隆,您可以使用以下命令下载或更新子模块

$ git submodule update --init --recursive

lib.rs:

Monocypher是一个密码学库。

它提供了认证加密、哈希、密码密钥派生、密钥交换和公钥签名等功能。

有关详细信息,请访问官方文档

依赖关系

~0–2MB
~41K SLoC