Docs.rs
win-crypto-ng-0.5.1
win-crypto-ng 0.5.1
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
emgre
Dependencies
cipher ^0.4.4
normal
optional
doc-comment ^0.3
normal
rand_core >=0.5, <0.7
normal
optional
winapi ^0.3
normal
zeroize ^1.1
normal
optional
doc-comment ^0.3
dev
Versions
55.08%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
win_
crypto_
ng
0.5.1
Parts
Implementors
In win_
crypto_
ng::
asymmetric
win_crypto_ng
::
asymmetric
Trait
Parts
Copy item path
Source
pub trait Parts { }
Expand description
Marker trait used to denote whether a key holds public or private parts.
Implementors
§
Source
§
impl
Parts
for
Private
Source
§
impl
Parts
for
Public