Docs.rs
hardware-enclave-0.1.6
hardware-enclave 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jgowdy-godaddy
Dependencies
aes-gcm ^0.10
normal
anyhow ^1
normal
optional
base64 ^0.22
normal
optional
ciborium ^0.2
normal
optional
dirs ^6
normal
optional
elliptic-curve ^0.13
normal
optional
fs2 ^0.4
normal
optional
fs4 ^0.9
normal
optional
libc ^0.2
normal
p256 ^0.13
normal
optional
rand ^0.9
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
sha2 ^0.10
normal
shlex ^1
normal
optional
subtle ^2
normal
tempfile ^3
normal
optional
thiserror ^2
normal
toml ^0.8
normal
optional
tracing ^0.1
normal
zeroize ^1
normal
p256 ^0.13
dev
tempfile ^3
dev
tracing-subscriber ^0.3
dev
keyring ^3
normal
optional
tss-esapi ^7
normal
optional
windows ^0.58
normal
optional
winresource ^0.1
normal
optional
Versions
88.56%
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
Skip to main content
Module encryption
hardware_
enclave
0.1.6
Module encryption
Module Items
Structs
In crate hardware_
enclave
hardware_enclave
Module
encryption
Copy item path
Source
Structs
§
Encryptor
Handle
Handle to an encryption backend. Supports per-label multi-key operations. Obtained from
create_encryptor()
.