Docs.rs
ncryptf-rs-0.4.1
ncryptf-rs 0.4.1
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
charlesportwoodii
Dependencies
anyhow ^1.0
normal
optional
async-recursion ^1.0
normal
optional
async-std ^1.12
normal
optional
async-trait ^0.1
normal
optional
base64 ^0.22
normal
chrono ^0.4
normal
constant_time_eq ^0.4
normal
dryoc ^0.7
normal
hex ^0.4
normal
hkdf ^0.12.3
normal
hmac ^0.12
normal
rand ^0.9
normal
reqwest ^0.11
normal
optional
rocket ^0.5
normal
optional
rocket_db_pools ^0.2
normal
optional
rocket_dyn_templates ^0.2
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
sha256 ^1.0.3
normal
thiserror ^2.0
normal
tracing ^0.1
normal
redis ^0.32
dev
reqwest ^0.12
dev
Versions
30%
of the crate is documented
Go to latest version
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
randombytes_buf
ncryptf
0.4.1
ncryptf
Function
randombytes_
buf
Copy item path
Source
pub fn randombytes_buf(len:
usize
) ->
Vec
<
u8
>
ⓘ
Expand description
Returns len random bytes a Vec
using dryoc