Docs.rs
pi_crypto-0.1.1
pi_crypto 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:gaiaworld:dev
luob1215
Dependencies
aes ^0.8.4
normal
cbc ^0.1.2
normal
jsonwebtoken ^7
normal
libc ^0.2.146
normal
libsecp256k1 ^0.6
normal
pi_hash_value ^0.1
normal
ring ^0.16
normal
rsa ^0.6.1
normal
rust-crypto ^0.2
normal
serde ^1.0
normal
simple_asn1 ^0.4
normal
siphasher ^0.3
normal
untrusted ^0.7
normal
base64 ^0.12.0
dev
hex ^0.3.2
dev
Versions
73.63%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate pi_crypto
pi_
crypto
0.1.1
All Items
Crate Items
Modules
Crate
pi_
crypto
Copy item path
Source
Expand description
常用的密码学算法 包括哈希,椭圆曲线,hmac, jwt, 密码学安全的随机数生成等
Modules
§
aes
aes gcm 模式加解密算法
cbc
digest
常用的哈希算法
ed25519
ed25519 椭圆曲线算法
hmac
hamc 密钥hash消息
jwt
json web token
random
安全的随机数生成器
signature
ecdsa, rsa 签名算法