Docs.rs
gm-rs-0.8.0
gm-rs 0.8.0
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
CrayfishGo
Dependencies
base64 ^0.21.0
normal
byteorder ^1.0.0
normal
hex ^0.4
normal
lazy_static ^1.4.0
normal
num-bigint-dig ^0.8.1
normal
num-integer ^0.1.44
normal
num-traits ^0.2.14
normal
rand ^0.8.4
normal
criterion ^0.4
dev
hex-literal ^0.3
dev
Versions
13.41%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Files
gm_rs/
lib.rs
1
2
#![doc =
include_str!
(
"../README.md"
)]
3
4
pub mod
sm3;
5
pub mod
sm2;
6
pub mod
sm4;
7
pub mod
zuc;