加密

  1. sha2

    SHA-2哈希函数族的纯Rust实现,包括SHA-224、SHA-256、SHA-384和SHA-512

    v0.11.0-pre.4 8.2M #hash #hashing #cryptography #crypto
  2. 摘要

    密码哈希函数和消息认证码的特质

    v0.11.0-pre.9 9.6M #message-authentication #hash #cryptography #crypto
  3. curve25519-dalek

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v4.1.3 1.8M #curve25519 #ristretto #curve-point #arithmetic-operations #cryptography #ristretto255 #crypto
  4. blake2

    哈希函数

    v0.11.0-pre.4 1.8M #digest #hash #cryptography #crypto
  5. sha3

    SHA-3,一种基于Keccak的哈希函数族,包括eXtendable-Output Functions (XOFs)的SHA3系列,以及加速变体TurboSHAKE的纯Rust实现

    v0.11.0-pre.4 1.6M #digest #hash #keccak #hashing #cryptography #crypto
  6. openssl

    绑定

    v0.10.66 4.3M #tls #ssl #dtls #cryptography #api-bindings #crypto
  7. aes

    高级加密标准(也称为Rijndael)的纯Rust实现

    v0.9.0-pre.2 3.6M #block-cipher #rijndael #cryptography #crypto
  8. sha1

    SHA-1哈希函数

    v0.11.0-pre.4 4.8M #hash #digest #hashing #cryptography #crypto
  9. secp256k1

    为Pieter Wuille的libsecp256k1提供的Rust封装库。实现了SECG椭圆曲线群secp256k1的ECDSA和BIP 340签名,以及相关实用工具。

    v0.29.0 737K #ecdsa #libsecp256k1 #elliptic-curve #bitcoin #crypto #cryptography
  10. ecdsa

    纯Rust实现的椭圆曲线数字签名算法(ECDSA),符合FIPS 186-4(数字签名标准),提供RFC6979确定性的签名以及支持额外的熵

    v0.17.0-pre.7 2.1M #elliptic-curve #signature #nist #secp256k1 #cryptography #crypto
  11. 签名

    密码学签名算法的特质(例如ECDSA,Ed25519)

    v2.3.0-pre.4 3.8M #ed25519 #ecdsa #signature #cryptography #crypto
  12. hmac

    基于哈希的消息身份验证码(HMAC)的通用实现

    v0.13.0-pre.4 5.4M #message-authentication #digest #mac #hash #cryptography #crypto
  13. der

    纯Rust嵌入式友好的Distinguished Encoding Rules (DER)实现,用于抽象语法符号一(ASN.1),根据ITU X.690描述,完全支持无堆栈no_std目标

    v0.8.0-rc.1 4.2M #asn1-der #asn1 #pkcs #itu #cryptography #crypto #avoid
  14. chacha20

    使用RustCrypto cipher crate的特质实现的流密码(RFC 8439),具有可选的架构特定硬件加速(AVX2,SSE2)。此外还提供ChaCha8...

    v0.10.0-pre.1 876K #stream-cipher #xchacha20 #chacha8 #chacha12 #cryptography #crypto
  15. aead

    为认证加密与关联数据(AEAD)算法提供的特质,例如AES-GCM作为ChaCha20Poly1305,提供高级API

    v0.6.0-rc.0 1.8M #encryption #data-integrity #cryptography #crypto
  16. scrypt

    基于密码的密钥派生函数

    v0.12.0-pre.1 549K #password-hashing #key-derivation #hashing #password #phf #cryptography #crypto
  17. pem-rfc7468

    PEM编码(RFC 7468)用于PKIX、PKCS和CMS结构,实现原始Privacy-Enhanced Mail编码的严格子集,专门用于与加密密钥一起使用...

    v1.0.0-rc.1 2.4M #pem #key #pkcs #private-key #rsa #cryptography #crypto
  18. pbkdf2

    通用PBKDF2实现

    v0.13.0-pre.1 2.4M #key-derivation #password-hashing #hashing #password #phf #cryptography #crypto
  19. ed25519-compact

    一个小型、自包含、wasm友好的Ed25519实现

    v2.1.1 240K #ed25519 #signature #x25519 #eddsa #cryptography #random-key #crypto
  20. snow

    纯Rust实现的Noise协议框架

    v0.9.6 406K #noise #protocols #protocol #cryptography #crypto
  21. ctr

    CTR块操作模式

    v0.10.0-pre.2 1.9M #block-cipher #stream-cipher #cipher #block-mode #cryptography #crypto
  22. ring

    使用Rust的安全、快速、小巧的加密

    v0.17.8 8.5M #ecc #rsa #cryptography #rand #random #crypto
  23. cipher

    描述块加密和流加密的特质

    v0.5.0-pre.7 3.9M #block-cipher #stream-cipher #traits #cryptography #crypto
  24. md-5

    MD5哈希函数

    v0.11.0-pre.4 3.5M #hash #digest #hashing #cryptography #crypto
  25. bulletproofs

    使用Ristretto实现的纯Rust Bulletproofs

    v5.0.0 21K #ristretto #zero-knowledge #cryptography #system-api #math #crypto
  26. ripemd

    RIPEMD哈希函数的纯Rust实现

    v0.1.3 446K #hash #cryptography #crypto
  27. tiny-keccak

    Keccak导出函数

    v2.0.2 2.8M #keccak #sha-3 #hash #kangarootwelve #cryptography #crypto
  28. subtle

    用于常量时间加密实现的纯Rust特性和工具

    v2.6.1 6.8M #constant-time #utilities #cryptography #hold #crypto
  29. orion

    可用、简单且安全的纯Rust加密

    v0.17.6 152K #aead #key-exchange #mac #hash #cryptography #stream-cipher #crypto
  30. siphasher

    纯Rust中的SipHash-2-4、SipHash-1-3和128位变体

    v1.0.1 4.9M #sip-hash #hash #cryptography #siphash #crypto
  31. salsa20

    流密码

    v0.11.0-pre.1 659K #stream-cipher #encryption #traits #xsalsa20 #cryptography #crypto #trait
  32. blst

    blst BLS12-381 库的绑定

    v0.3.13 262K #bls-signatures #signature #bls #asm #cryptography #wasm #crypto
  33. whirlpool

    哈希函数

    v0.11.0-pre.4 91K #hash #hashing #signature-scheme #cryptography #crypto
  34. polyval

    用于构建消息认证码 (MAC) 的 GF(2^128) 上的 GHASH 类通用哈希函数

    v0.7.0-rc.0 1.6M #message-authentication #aes-gcm #ghash #universal-hashing #aes-gcm-siv #cryptography #crypto
  35. cryptoxide

    各种现代常用密码算法的纯实现,支持 WASM

    v0.4.4 22K #key-derivation #cryptography #modern #pure #crypto
  36. aws-lc-rs

    使用 AWS-LC 进行密码操作的安全库。此库力求与流行的 Rust 库 ring 兼容其 API。

    v1.8.1 543K #cryptography #security #aws-security #crypto
  37. blowfish

    分组密码

    v0.10.0-pre.2 420K #block-cipher #encryption #algorithm #cryptography #pure #crypto #security
  38. bip32

    以通用、无_std 友好的方式实现分层密钥派生。支持使用纯 Rust k256 包或基于 C 库的 secp256k1 包派生密钥

    v0.5.2 81K #key-derivation #derivation #bip-39 #mnemonic #elliptic-curve #crypto #cryptography
  39. curve25519-dalek-ml

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v4.2.2 1.0K #curve25519 #ristretto #curve-point #ristretto255 #cryptography #crypto
  40. hpke

    纯 Rust 实现的混合加密标准(RFC 9180)

    v0.12.0 124K #encryption #key-exchange #aead #cryptography #crypto
  41. sm3

    SM3 (OSCCA GM/T 0004-2012) 哈希函数

    v0.5.0-pre.4 22K #hash #cryptography #crypto
  42. bcrypt-pbkdf

    基于密码的密钥派生函数

    v0.11.0-pre.1 179K #password-hashing #password #hashing #key-derivation #phf #crypto
  43. ghash

    GF(2^128)上的通用哈希,适用于构造消息认证码(MAC),如AES-GCM认证加密算法中所述

    v0.6.0-rc.0 1.4M #message-authentication #aes-gcm #universal-hashing #cryptography #crypto
  44. dsa

    数字签名算法(DSA)的纯Rust实现,按照FIPS 186-4(数字签名标准)规范,提供RFC6979确定性签名以及支持额外的熵

    v0.7.0-pre.0 63K #signature #nist #cryptography #crypto
  45. cms

    加密消息语法(CMS)的纯Rust实现,如RFC 5652和RFC 3274所述

    v0.2.3 102K #signature #cryptography #pkcs7 #crypto
  46. pasetors

    PASETO:适用于Rust的平台无关安全令牌(PASETO)

    v0.6.8 140K #paseto #token #cryptography #authentication #crypto
  47. boring

    BoringSSL绑定

    v4.9.1 44K #tls #ssl #dtls #cryptography #api-bindings #crypto #linker
  48. hmac-sha512

    一个小巧的SHA512、HMAC-SHA512、SHA384和HMAC-SHA384实现

    v1.1.5 233K #sha-512 #hmac #hash #sha512 #sha-2 #cryptography #sha2
  49. keccak

    Keccak海绵函数的纯Rust实现,包括keccak-f和keccak-p变体

    v0.2.0-pre.0 1.4M #sponge #keccak-f #keccak-p #cryptography #crypto
  50. curve25519-dalek-ng

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v4.1.1 254K #curve25519 #ristretto #cryptography #ristretto255 #crypto
  51. winter-crypto

    Winterfell STARK验证器/验证器的加密库

    v0.9.0 12K #hash #merkle-tree #blake3 #cryptography #prime-field #crypto
  52. winter-air

    Winterfell STARK验证器/验证器的AIR组件

    v0.9.0 9.8K #air #arithmetization #cryptography
  53. winter-verifier

    Winterfell STARK验证器

    v0.9.0 9.9K #verifier #stark #zkp #cryptography #crypto
  54. secp256k1-zkp

    libsecp256k1-zkp库的Rust绑定

    v0.11.0 12K #ecdsa #elements #libsecp256k1-zkp #cryptography #crypto
  55. winter-fri

    Winterfell STARK 验证器/证明者协议 FRI

    v0.9.0 12K #polynomial #commitment #cryptography #crypto
  56. cfb-mode

    密码反馈 (CFB) 块密码操作模式

    v0.8.2 110K #block-cipher #cipher #stream-cipher #block-mode #cryptography #crypto
  57. serdect

    用于可能包含秘密数据(例如加密密钥)的常量时间 serde 序列化/反序列化辅助工具

    v0.3.0-pre.0 336K #constant-time #serde #binary-format #json-toml #cryptography #secret-key #crypto
  58. ppv-lite86

    x86 的 crypto-simd API

    v0.2.20 9.0M #simd #x86 #cryptography #crypto #crypto-api
  59. winter-prover

    Winterfell STARK 证明者

    v0.9.0 10K #stark #prover #zkp #cryptography #intermediate-representation #crypto
  60. djangohashers

    Django 项目中使用的密码原语的端口

    v1.7.3 800 #password-hashing #django #password-hash #python #cryptography #crypto
  61. libsodium-sys-stable

    维护libsodium的FFI绑定

    v1.21.1 20K #libsodium #cryptography #api-bindings #nacl #crypto #crypto-api #wasm
  62. streebog

    (GOST R 34.11-2012) 哈希函数

    v0.11.0-pre.4 1.6K #hash #cryptography #gost #crypto
  63. ecb

    电子密码本(ECB)块密码操作模式

    v0.1.2 18K #block-cipher #cipher #block-mode #crypto
  64. ssh-encoding

    RFC4251 中描述的SSH数据类型编解码器的纯Rust实现

    v0.3.0-pre.1 77K #data-encoding #ssh #openssh #certificate #key #cryptography #crypto
  65. sha2-asm

    SHA-2压缩函数的汇编实现

    v0.6.4 425K #sha-2 #assembly #asm #cryptography #crypto
  66. pkcs5

    纯Rust实现的公钥密码学标准(PKCS)#5:基于密码的加密规范版本2.1(RFC 8018)

    v0.8.0-rc.1 598K #pkcs #password #key #cryptography #crypto
  67. crypto

    为所有RustCrypto特性(例如aeadcipherdigest)提供门面crate

    v0.5.1 18K #encryption #rust-crypto #cryptography #rustcrypto
  68. kuznyechik

    (GOST R 34.12-2015) 分组密码

    v0.9.0-pre.2 750 #block-cipher #gost #cryptography #crypto
  69. dbl

    用于CMAC/PMAC等的Galois域GF(2^128)中的双操作

    v0.4.0-rc.0 68K #gf #galois-field #galois #finite-fields #cryptography #crypto
  70. lockstitch

    用于复杂协议中对称密钥加密操作的增量、有状态的密码学原语

    v0.25.2 500 #message-authentication #aegis-128l #cryptography #turboshake128 #hazmat #crypto
  71. strobe-rs

    纯Rust实现的Strobe协议框架

    v0.10.0 19K #protocols #framework #strobe #protocol #cryptography #authentication #crypto
  72. idea

    IDEA分组密码

    v0.5.1 126K #block-cipher #algorithm #data #security #cryptography #international #crypto
  73. sm2

    纯Rust实现的中国国家标准GM/T 0003-2012以及ISO/IEC 14888中定义的SM2椭圆曲线,包括对SM2DSA数字签名算法的支持。

    v0.13.3 550 #elliptic-curve #signature #shangmi #cryptography #crypto #ecc
  74. cast5

    分组密码

    v0.11.1 83K #block-cipher #cryptography #algorithm #rust-crypto #pure #collection #crypto
  75. lakers

    EDHOC(RFC 9528)

    v0.6.2 320 #iot #security #edhoc #protocols #crypto #no-alloc #protocol
  76. sha1-asm

    SHA-1压缩函数的汇编实现

    v0.5.3 177K #sha-1 #assembly #asm #cryptography #crypto
  77. gxhash

    非密码学算法

    v3.4.1 3.9K #hasher #hash #hash-map #no-std #crypto
  78. dusk-poseidon

    基于Bls12-381标量场的Poseidon哈希算法

    v0.40.0 450 #poseidon-hash #zero-knowledge-proofs #zero-knowledge #scalar-field #cryptography #crypto
  79. belt-hash

    BelT哈希函数(STB 34.101.31-2020)

    v0.2.0-pre.4 1.1K #hash #digest #stb #belt #cryptography #crypto
  80. p224

    按照SP 800-186定义的NIST P-224(即secp224r1)椭圆曲线的纯Rust实现

    v0.13.2 10K #nist #secp224r1 #cryptography #math #crypto
  81. miden-air

    Miden VM处理器的代数中间表示

    v0.10.5 8.5K #air #miden #arithmetization #intermediate-representation #cryptography #crypto
  82. cmac

    基于密码的消息认证码的通用实现

    v0.8.0-pre.2 74K #message-authentication #mac #omac #cryptography #crypto
  83. magma

    (GOST R 34.12-2015) 分组密码

    v0.10.0-pre.2 800 #block-cipher #gost #cryptography #crypto
  84. roughenough

    用Rust编写的Roughtime安全时间同步服务器和客户端

    v1.2.1-draft8 #client-server #roughtime #cryptography #server-response #yaml-config #system-time #crypto
  85. rc2

    RC2分组密码

    v0.8.1 140K #block-cipher #algorithm #security #rust-crypto #cryptography #pure #crypto
  86. curve25519-elligator2

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v0.1.0-alpha.2 150 #curve25519 #ristretto #curve-point #ristretto255 #cryptography #crypto
  87. twofish

    分组密码

    v0.7.1 82K #block-cipher #security #algorithm #cryptography #pure #crypto
  88. reddsa

    RedDSA签名方案的独立实现

    v0.5.1 17K #signature-scheme #zcash #cryptography #crypto
  89. belt-block

    分组密码实现

    v0.2.0-pre.2 3.9K #block-cipher #stb #belt #cryptography #crypto
  90. security-framework-sys

    Apple Security.framework 低级FFI绑定

    v2.11.1 2.8M #tls #ios #ssl #ffi #macos-ios #crypto
  91. botan

    Botan密码学库的Rust封装

    v0.10.7 4.4K #api-bindings #cryptography #public-key #key-derivation #password-hash #crypto-api #crypto
  92. ring-compat

    用于与*ring*密码学算法实现兼容性的RustCrypto特性包

    v0.8.0 42K #ring #signature #aead #digest #cryptography #crypto
  93. ecies

    适用于secp256k1的椭圆曲线集成加密方案

    v0.2.7 3.9K #cryptocurrency #ecc #crypto #secp256k1 #wasm
  94. sha2raw

    SHA-2哈希函数

    v13.1.0 6.6K #sha-2 #hash #fixed-size #crypto #cryptography
  95. substrate-bn

    结合Barreto-Naehrig曲线的配对密码学

    v0.6.0 76K #pairing #cryptography #crypto
  96. mpc-relay

    用于MPC/TSS应用程序的噪声协议WebSocket中继

    v0.7.0 120 #relay #mpc #secure-communication #tss #e2ee #cryptography #crypto
  97. libpep

    PEP原语,提供伪匿名化和加密接口

    v0.3.1 #pep #pseudonimization #encryption-key #cryptography #zero-knowledge-proofs #crypto
  98. sthash

    适用于大数据的非常快速的密码学哈希函数

    v0.2.15 #hash #key-hash #cryptography #encryption-key #crypto
  99. md5-asm

    MD5压缩函数的汇编实现

    v0.5.2 4.3K #md5 #assembly #asm #cryptography #crypto
  100. zeropool-bn

    结合Barreto-Naehrig曲线的配对密码学

    v0.5.11 15K #pairing #cryptography #crypto
  101. blind-rsa-signatures

    纯Rust实现的RSA盲签名

    v0.15.1 6.3K #blind #signatures #rsa #signature #cryptography #crypto
  102. sha2_ce

    SHA-2哈希函数族的纯Rust实现,包括SHA-224、SHA-256、SHA-384和SHA-512

    v0.10.6 37K #sha-2 #hash #cryptography #crypto
  103. ml-dsa

    WIP 纯 Rust 实现的基于模块格的数字签名算法 (请勿使用)

    v0.0.3 #signature #post-quantum #lattice #cryptography #crypto
  104. slh-dsa

    SLH-DSA (即 SPHINCS+) 的纯 Rust 实现,如 FIPS-205 标准

    v0.1.0 #signature #signature-scheme #cryptography #crypto
  105. rabe

    在 Rust 中实现的 ABE 方案

    v0.4.0 #pairing #abe #cryptography #crypto
  106. camellia

    分组密码

    v0.1.0 108K #block-cipher #encryption #security #algorithm #pure #crypto #rust-crypto
  107. spake2

    密码认证密钥交换算法

    v0.4.0 8.1K #pake #shared-secret #message-authentication #authentication #cryptography #elliptic-curve #crypto
  108. primefield

    生成素域实现的宏

    v0.14.0-pre.0 2.7K #elliptic-curve #prime #field #generate #ecc #crypto
  109. mls-rs

    消息层安全 (RFC 9420)

    v0.41.2 600 #mls #security #e2ee #cryptography #user-defined #crypto #create-user
  110. ct-codecs

    从 libsodium 重新实现的 Rust 中的常时间 hex 和 base64 编解码器

    v1.1.1 255K #base64 #hex #cryptography #crypto
  111. wasi-crypto

    WASI 密码学 API 的实验性实现

    v0.1.14 #wasi #wasm #crypto-api #cryptography #webassembly #crypto #performance
  112. hpke_pq

    添加 PQ 模式的 hpke 分支

    v0.11.1 260 #key-exchange #encryption #aead #cryptography #crypto
  113. libaes

    无依赖的 Rust 中安全的 AES 密码

    v0.7.0 24K #aes #block-cipher #cryptography #crypto
  114. pkcs12

    纯 Rust 实现的公钥密码学标准 (PKCS) #12:个人信息交换语法 v1.1 (RFC7292)

    v0.1.0 93K #private-key #key #pkcs #private #cryptography #crypto
  115. c2-chacha

    ChaCha系列流密码

    v0.3.3 162K #cipher #chacha #cha-cha #chacha20 #xchacha20 #crypto #cryptography
  116. yescrypt

    yescrypt密码哈希函数的纯Rust实现

    v0.0.1-alpha #password-hashing #hashing #password #phf #crypto
  117. blake2_ce

    BLAKE2哈希函数

    v0.10.6 29K #blake2 #hash #cryptography #crypto
  118. gift-cipher

    Gift块加密的纯Rust实现

    v0.0.1-pre.0 100 #block-cipher #gift #crypto
  119. aegis

    认证密码(AEGIS-128,AEGIS-256,AEGIS-128X,AEGIS-256X)

    v0.6.6 140 #cipher #aes #encryption #aead #aegis128l #cryptography #crypto
  120. subtle-ng

    用于常量时间加密实现的纯Rust特性和工具

    v2.5.0 255K #constant-time #utilities #cryptography #crypto
  121. crypto-common

    常用加密特性

    v0.2.0-rc.1 7.3M #traits #cryptography #user #crypto #algorithm #generally
  122. ed448-goldilocks-plus

    Ed448、Curve448和Decaf的纯Rust实现

    v0.11.2 850 #decaf #ed448 #cryptography #ed448-goldilocks #crypto
  123. p192

    NIST P-192(即secp192r1)椭圆曲线的纯Rust实现,如SP 800-186中定义

    v0.13.0 16K #elliptic-curve #nist #secp192r1 #cryptography #crypto #ecc
  124. bign256

    Bign P-256(即bign-curve256v1)椭圆曲线的纯Rust实现,如STB 34.101.45-2013中定义,具有通用曲线算术

    v0.13.1 #stb #bign-curve256v1 #bignp256 #cryptography #ecc #crypto
  125. md4

    MD4哈希函数

    v0.10.2 25K #hash #cryptography #crypto
  126. test-curve25519-dalek

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v4.0.0-rc.1 #curve25519 #ristretto #cryptography #curve-point #ristretto255 #crypto
  127. secrets

    用于加密密钥的保护访问内存

    v1.2.0 850 #cryptography #constant-time #allocator #read-write #crypto
  128. threefish

    分组密码

    v0.5.2 2.7K #block-cipher #algorithm #cryptography #security #crypto #pure
  129. variant-ssl

    OpenSSL变种(如BoringSSL / AWS-LC / Tongsuo)的绑定

    v0.14.10 9.4K #tls #ssl #dtls #api-bindings #cryptography #crypto
  130. hmac-sha1-compact

    一个小型、自包含的SHA1和HMAC-SHA1实现

    v1.1.4 90K #hmac-sha1 #sha1 #hmac #sha-1 #hash #cryptography #crypto
  131. fss-rs

    函数秘密共享包括分布式比较和点函数

    v0.6.0 140 #secret-sharing #dcf #fss #dpf #cryptography #crypto #set-bit
  132. md2

    MD2散列函数

    v0.10.2 5.5K #hash #cryptography #crypto
  133. ate

    具有强大加密和身份验证的分布式不可变数据存储

    v1.3.0 110 #immutability #distributed-database #async #secure-communication #event-bus #nosql #crypto
  134. rabe-bn

    将配对密码学与Barreto-Naehrig曲线结合。更新以使用最新的rand和serde包。

    v0.4.23 #pairing #cryptography #crypto
  135. dusk-hades

    在Bls12-381标量域上实现Hades252置换算法

    v0.24.1 190 #scalar-field #zero-knowledge #cryptography #crypto
  136. portable-network-archive

    cli

    v0.17.0 430 #archive #pna #crypto #data-structure #encryption #networking #cli
  137. groestl

    Grøstl散列函数

    v0.10.1 6.6K #hash #digest #cryptography #grostl #crypto
  138. xoodyak

    / Xoodoo - 可用于散列、加密、MAC计算和认证加密的多功能密码学方案

    v0.8.4 100 #xoodoo #cryptography #cyclist #wasm #crypto
  139. cbc-mac

    分组链密码块消息认证码(CBC-MAC)

    v0.2.0-pre.2 110 #消息认证 #消息认证码 #块加密 #daa #加密 #密码学 #加密算法
  140. scryptenc

    scrypt加密数据格式

    v0.9.8 140 #scrypt #加密 #数据格式 #密码学 #标准 #加密算法
  141. ssh-cipher

    纯Rust实现的SSH对称加密,包括对现代的[email protected]/[email protected][email protected]算法的支持,以及对旧算法的兼容支持...

    v0.3.0-pre.2 69K #ssh #加密 #openssh #密码学 #加密算法
  142. p256k1

    Rust封装libsecp256k1,暴露内部标量和点API

    v7.1.0 3.3K #密码学 #API绑定 #加密算法 #secp256k1
  143. xtea

    XTEA分组密码

    v0.0.1-pre.0 120 #分组密码 #算法 #Rust加密 #安全 #密码学 #加密算法 #
  144. winterfell

    STARK证明者和验证者

    v0.9.0 450 #stark #验证者 #证明者 #零知识证明 #密码学 #加密算法
  145. redjubjub

    RedJubjub签名方案的独立实现

    v0.7.0 13K #签名方案 #zcash #密码学 #jubjub #加密算法 #随机数
  146. rgp

    为多种应用启用端到端加密

    v0.3.2 #加密 #安全 #端到端加密 #生成密钥 #密钥对 #密码学 #加密算法
  147. dusk-safe

    域元素的海绵API

    v0.2.1 #零知识 #密码学 #加密算法
  148. sm9

    SM9 (OSCCA GM/T 0044-2016),基于身份的密码学

    v0.2.5 260 #配对 #密码学 #上米 #加密算法
  149. gost94

    GOST R 34.11-94散列函数

    v0.10.4 470 #散列 #gost #密码学 #加密算法
  150. whirlpool-asm

    Whirlpool压缩函数的汇编实现

    v0.6.2 #汇编 #asm #whirlpool #密码学 #加密算法
  151. sppark

    零知识模板库

    v0.1.8 2.9K #零知识 #CUDA #加密算法
  152. yadacha

    结合chacha20和非常大的私钥的对称加密

    v0.0.5 #private-key #encryption-key #cryptography #crypto
  153. dhkem

    纯Rust实现的椭圆曲线迪菲-赫尔曼(ECDH)协议的密钥封装机制(KEM)适配器

    v0.0.1-alpha 110 #ecdh #crypto #ecc
  154. rc4

    纯Rust实现的RC4流密码

    v0.1.0 8.3K #stream-cipher #traits #encryption #arcfour #arc4 #cryptography #crypto
  155. shabal

    哈希函数

    v0.4.1 1.4K #hashing #hash #cryptography #crypto
  156. k12

    纯Rust实现的KangarooTwelve散列函数

    v0.3.0 6.1K #hash #cryptography #crypto
  157. cfb8

    带有八位反馈的密码反馈(CFB-8)块密码操作模式

    v0.8.1 2.0K #block-cipher #cipher #stream-cipher #block-mode #cryptography #crypto
  158. ascon

    Ascon排列的纯Rust实现

    v0.4.0 4.7K #permutation #cryptography #message-authentication #crypto
  159. xxxdh

    Pure Rust X3DH密钥交换协议实现

    v0.7.4 160 #key-exchange #x3dh #cryptography #crypto
  160. mozilla/neqo-crypto

    Neqo,用Rust编写的QUIC实现

    GitHub 0.7.0 #crypto #firefox #quic #mozilla #ietf #cryptography
  161. tiger

    哈希函数

    v0.2.1 13K #hash #digest #cryptography #crypto
  162. pake-cpace

    CPace,一种平衡的PAKE

    v0.1.7 #pake #cpace #cryptography #crypto
  163. psa-crypto

    PSA密码学API的包装器

    v0.12.0 1.4K #psa #cryptography #api-bindings #crypto #no-std
  164. aws-smithy-experimental

    smithy-rs生态系统实验

    v0.1.3 240 #aws-sdk #experimental #hyper #aws-smithy #fips #crypto #experiment
  165. dapol

    DAPOL+负债证明协议

    v0.4.0 110 #merkle-tree #bulletproofs #zero-knowledge #zero-knowledge-proofs #data-privacy #assets #crypto
  166. flexiber

    按照 ISO 7816-4 描述的 BER-TLV 编码和解码,不分配

    v0.1.1 550 #codec #serialization #cryptography #crypto #no-std #define
  167. hashtree-rs

    Rust 对 hashtree 库的绑定

    v0.2.0 #sha-256 #merkle #hash #crypto #merkle-tree
  168. sha3_ce

    SHA-3 (Keccak) 哈希函数

    v0.10.6 30K #hash #keccak #sha-3 #sha3 #cryptography #crypto
  169. fire-crypto

    提供加密和签名的加密库

    v0.4.3 #encryption-decryption #signature #encryption #cipher #base64 #cryptography #crypto
  170. sm4

    SM4 分组密码算法

    v0.5.1 1.2K #block-cipher #cryptography #security #algorithm #pure #rust-crypto #crypto
  171. aes_frast

    纯 Rust 编码的 AES 加密和解密库

    v0.2.2 #aes #encryption-decryption #cryptography #crypto
  172. fermah

    网络

    v0.1.0 110 #zk #zero-knowledge #proofs #crypto
  173. blake2b-rs

    官方 Blake2b C 实现的 Rust 绑定

    v0.2.0 7.9K #hash #blake2 #cryptography #safe-bindings #crypto
  174. gpgme

    Rust 的绑定

    v0.11.0 3.5K #gpg #cryptography #api-bindings #crypto
  175. ockam_identity

    Ockam 是一个用于构建与云服务和其它设备安全、私密、可信赖通信的库

    v0.120.0 460 #ockam #encryption #authentication #cryptography #crypto
  176. ockam_transport_websocket

    Ockam 路由协议的 WebSocket 传输

    v0.114.0 230 #ockam #websocket #networking #network #crypto #require #distributed-applications
  177. sheesy-cli

    用于与 GPG/pass-like 保险库交互的 'share-secrets-safely' CLI

    v4.0.11 #gpg #pgp #crypto
  178. rboring

    BoringSSL绑定

    v4.9.1 700 #tls #ssl #dtls #api-bindings #crypto
  179. double-ratchet-rs

    Signal 描述的 Double Ratchet 算法的纯 Rust 实现

    v0.4.6 #signal #cryptography #double-ratchet #crypto
  180. aes_crypto

    适用于 AES 密码(Rijndael)的平台无关库

    v1.2.1 130 #aes #rijndael #encryption #cryptography #no-alloc #crypto #no-std
  181. ockam_app_lib

    Ockam 的桌面应用程序库

    v0.133.0 220 #desktop-applications #ockam #distributed-applications #encryption #network-programming #cryptography #crypto
  182. chf

    rust-bitcoin 使用的加密哈希函数

    v0.3.0 #hash #digest #bitcoin #sha-256 #cryptography #crypto
  183. test-dalek-docs

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v4.0.0-pre.5 #curve25519 #ristretto #cryptography #anonymous-credentials #zero-knowledge-proofs #ristretto255 #crypto
  184. sub-solver

    使用词汇表解决替换密码

    v0.1.2 #word-list #solver #security #command-line-tool #statistical-analysis #crypto #cli
  185. digestible

    Rust 更动态的 Hash 和 Hasher 特性

    v0.2.2 #digest #hash #endianness #crypto
  186. fractus

    Rust 和 Python 的加密攻击库

    v0.1.9 300 #attack #cryptography #crypto
  187. ockam_node

    Ockam 节点,用于提供功能和附加功能给主要的 [Ockam][main-ockam-crate-link] 库。主要的 [Ockam][main-ockam-crate-link]…

    v0.125.0 600 #ockam #encryption #cryptography #network-programming #re-exports #distributed-applications #crypto
  188. aucpace

    协议实现

    v0.1.1 #pake #authentication #client-server #shared-secret #cryptography #crypto
  189. rust-clacc

    CL 通用累加器的 Rust 实现

    v3.6.0 420 #accumulator #gmp #cryptography #crypto
  190. bp-pp

    Bulletproofs++ - 离散对数设置中的范围证明协议

    v0.1.1 #bulletproofs #zkp #rangeproofs #zeroknowledge #cryptography #crypto
  191. df1t-cyph

    使用结构化顺序算法制作的,没有使用任何外部加密库的最小Rust加密算法

    v0.2.1 #加密 #哈希 #sha #密码学 #加密 #小写 #crypto
  192. cryptraits

    密码学原语特性集合

    v0.14.1 #密码学 #原语 #特性 #集合 #crypto
  193. aes-gcm-stream

    AES GCM流加密和解密库,支持AES128/192/256位密钥

    v0.2.3 190 #aes-gcm #aes #stream #gcm #加密 #密码学 #crypto
  194. easydes

    在Rust中使用DES加密

    v0.1.6 290 #des #三重DES #密码学 #crypto
  195. yggdrasil-keys

    快速生成yggdrasil密钥

    v0.4.0 #yggdrasil #网络 #ed25519-dalek #密码学 #十六进制字符串
  196. ockam_vault

    仅软件实现的Ockam Vault

    v0.118.0 500 #ockam #身份验证 #密码学 #no-std #crypto
  197. wasmtime-wasi-crypto

    Wasmtime实现的wasi-crypto API

    v12.0.2 190 #wasm #crypto-api #密码学 #Web-Assembly #测试 #crypto
  198. ninjabook

    轻量级且高性能的订单簿

    v0.1.6 330 #订单簿 #orderbook #交易 #密码学 #HFT #交易
  199. sfox

    为SFox API提供非官方的HTTP和Websocket客户端

    v0.1.5 #交易 #密码学 #金融 #API响应 #websocket客户端 #API调用 #websocket
  200. rustgenhash

    从命令行生成哈希值

    v0.9.6 180 #哈希 #hashes #rust #命令行界面 #密码学 #cli #crypto
  201. themis

    用于存储和消息的高层密码学服务

    v0.14.0 #API绑定 #密码学 #服务 #crypto #数据交换
  202. lamport_signature_plus

    Lamport一次性签名方案

    v0.3.0 #签名方案 #签名 #lamports #lamports #密码学 #阈值签名 #crypto
  203. apecast

    ape的Telegram机器人

    v0.1.7 #telegram-bot #bot #telegram #crypto #apecoin #ape
  204. crabguard

    用于S3存储端到端加密的命令行工具

    v0.1.4 #amazon-s3 #s3 #aes #crypto #cli-tool #backblaze-b2 #local-storage
  205. dalek-test-curve-docs

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v4.0.0-pre.5 #curve25519 #ristretto #cryptography #ristretto255 #anonymous-credentials #zero-knowledge-proofs #crypto
  206. merkle-log

    "透明日志,供可疑客户端使用的梅克尔树结构日志",见论文:https://research.swtch.com/tlog

    v0.0.9 130 #merkle-tree #cryptography #crypto
  207. dudect-bencher

    DudeCT 常数时间函数测试器

    v0.6.0 #constant-time #benchmark #constant #cryptography #crypto
  208. dcf

    分布式比较函数实现

    v0.6.3 #fss #secret-sharing #dist-comparison-fn #cryptography #crypto
  209. rabbit

    流密码算法

    v0.4.1 #stream-cipher #traits #crypto #cryptography
  210. okx-rs

    OKX V5 API的非官方Rust库

    v0.1.1 #exchange #trading #okx #order-book #crypto #finance
  211. ferric_crypto_lib

    Ferric Crypto

    v0.2.7 #encryption-decryption #cryptography #brute-force #ferric #rust #crypto
  212. chuchi-crypto

    提供加密和签名的加密库

    v0.1.0 110 #crypto #signature #cipher #encryption #encryption-decryption
  213. fsb

    FSB 哈希函数

    v0.1.3 170 #hash #cryptography #crypto
  214. lhtlp

    Rust中的线性同态时间锁定难题(LHTLP)

    v0.1.1 100 #timelock #cryptography #crypto #encryption
  215. sunscreen_curve25519

    rust语言对ristretto255和Curve25519上群运算的纯实现

    v0.8.1 #curve25519 #ristretto #cryptography #ristretto255 #zero-knowledge-proofs #anonymous-credentials #crypto
  216. dpf-fss

    分布式点函数实现

    v0.6.1 310 #secret-sharing #dpf #fss #dist-point-fn #cryptography #crypto
  217. ate-auth

    表示用于认证 ATE 信任链的标准化数据模型和 API

    v1.9.0 320 #authentication #authorization #data-model #crypto #distributed-database #distributed-systems #cli
  218. tari_bulletproofs

    使用Ristretto实现的纯Rust Bulletproofs

    v4.4.1 #bulletproofs #ristretto #zero-knowledge #cryptography #zero-knowledge-proofs #system-api #crypto
  219. ockam_transport_tcp

    Ockam 路由协议的 TCP 传输

    v0.123.0 600 #ockam #tcp #networking #distributed-applications #cryptography #crypto
  220. nazgul

    实现了各种环形签名方案

    v1.0.0 150 #signature-scheme #monero #ristretto #ristretto255 #multi-layer #crypto #cryptography
  221. rust_ev_crypto_primitives

    适用于电子投票应用的加密原语

    v0.5.4 110 #e-voting #math #crypto #cryptography
  222. ssh-protocol

    按照 RFC4251/RFC4253 以及 OpenSSH 特定扩展实现的 SSH 协议的纯 Rust 实现(WIP)

    v0.1.0-pre.0 150 #ssh #openssh #certificate #cryptography #sshsig #extension #crypto
  223. sunscreen_bulletproofs

    使用Ristretto实现的纯Rust Bulletproofs

    v0.8.1 #bulletproofs #ristretto #zero-knowledge #cryptography #zero-knowledge-proofs #system-api #crypto
  224. tongsuo

    OpenSSL 绑定

    v0.10.62 #tls #ssl #dtls #crypto #api-bindings #cryptography
  225. ockam_executor

    Ockam 异步执行器 crate

    v0.85.0 800 #ockam #async-executor #encryption #authentication #cryptography #crypto
  226. argon2rs

    在 Argon2 上运行的纯 Rust 密码哈希库

    v0.2.5 5.0K #password-hashing #argon2 #hash #argon2i #argon2d #cryptography #crypto
  227. 尝试使用 DuckDuckGo 进行搜索。搜索 DuckDuckGo.

  228. orodruin

    基于Ristretto曲线的安全Rust Monero-like bLSAG环签名

    v0.1.0 #ring #signature #blsag #cryptography #public-key #crypto
  229. libpna

    PNA(便携式网络存档)解码和编码库

    v0.17.1 1.1K #archive #data #pna #crypto #codec #data-structures #fs-file
  230. ockam_multiaddr

    multiformats.io/multiaddr

    v0.60.0 400 #ockam #encryption #cryptography #network-programming #service #crypto
  231. blake2-rfc

    基于RFC 7693的BLAKE2纯Rust实现

    v0.2.18 187K #blake2 #hash #blake2s #blake2b #cryptography #crypto
  232. atelier

    用于市场微观结构回放和模拟的计算研讨会和框架

    v0.0.4 #machine-learning #framework #crypto #math
  233. ed448-goldilocks

    Ed448、Curve448和Decaf的纯Rust实现

    v0.9.0 1.2K #ed448 #decaf #cryptography #crypto
  234. hbs-lms

    支持密钥生成、签名生成和验证的Leighton Micali签名方案纯Rust实现

    v0.1.1 #signature-scheme #signature #post-quantum-cryptography #post-quantum #lms #signature-verification #crypto
  235. bp256

    Brainpool P-256 (brainpoolP256r1 和 brainpoolP256t1) 椭圆曲线

    v0.6.1 #brainpool #crypto #ecc
  236. bp384

    Brainpool P-384 (brainpoolP384r1 和 brainpoolP384t1) 椭圆曲线

    v0.6.1 #brainpool #ecc #crypto
  237. crypto-mac

    消息认证码(MAC)算法特性

    v0.11.1 1.4M #message-authentication #mac #algorithm #traits #cryptography #crypto #rust-crypto
  238. async-signature

    密码学签名算法的特质(例如ECDSA,Ed25519)

    v0.6.0-pre.4 1.1K #signature #ecdsa #ed25519 #cryptography #crypto
  239. crypto-hash

    操作系统级加密哈希函数的包装器

    v0.3.4 23K #hash #digest #cryptography #operating-system #crypto
  240. mc-oblivious-ram

    无感知RAM数据结构的实现

    v2.3.0 260 #intel-sgx #constant-time #data-structures #cryptography #oblivious-ram #crypto #encryption
  241. kes-summed-ed25519

    关键演变签名

    v0.2.1 600 #ed25519 #kes #sum #mmm #crypto
  242. ockam_transport_udp

    Ockam路由协议的UDP传输

    v0.67.0 410 #ockam #udp #network #networking #distributed-applications #cryptography #crypto
  243. softaes

    使用纯Rust实现的AES轮函数的快速软件实现

    v0.1.3 220 #aes #software #crypto
  244. pipebuf_rustls

    Rustls的PipeBuf包装器

    v0.23.0 100 #rustls #async #encryption #pipebuf #client-server #cryptography #crypto
  245. ockam_transport_ble

    Ockam路由协议的蓝牙低功耗(BLE)传输

    v0.87.0 230 #ockam #ble #bluetooth-le #bluetooth #networking #crypto
  246. ringpcx

    使用Rust的安全、快速、小巧的加密

    v0.17.8 #rsa #ecc #rand #random #crypto #cryptography
  247. tweetnacly

    TweetNaCl的绑定,增加了一些功能:灵活的SHA2-512哈希,分离模式

    v0.2.0 #tweetnacl #nacl #crypto
  248. hc-256

    流密码

    v0.5.0 #stream-cipher #traits #cryptography #crypto