Docs.rs
git_sshripped_encryption-0.1.0-alpha.0
git_sshripped_encryption 0.1.0-alpha.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
BSteffaniak
Dependencies
aes-siv ^0.7.0
normal
optional
anyhow ^1.0.98
normal
git_sshripped_encryption_models ^0.1.0-alpha.0
normal
hkdf ^0.12.4
normal
sha2 ^0.10.8
normal
thiserror ^2.0.12
normal
proptest ^1.6.0
dev
Versions
0%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
decrypt
git_
sshripped_
encryption
0.1.0-alpha.0
git_sshripped_encryption
Function
decrypt
Copy item path
Source
pub fn decrypt(repo_key: &[
u8
], path: &
str
, encrypted: &[
u8
]) ->
Result
<
Vec
<
u8
>>