Docs.rs
sphinx-packet-0.6.0
sphinx-packet 0.6.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
futurechimp
jstuczyn
octol
github:nymtech:core
Dependencies
aes ^0.8.4
normal
arrayref ^0.3.7
normal
blake2 ^0.8.0
normal
bs58 ^0.5.1
normal
byteorder ^1.5.0
normal
chacha ^0.3.0
normal
ctr ^0.9.2
normal
curve25519-dalek ^4.1.3
normal
digest ^0.10.7
normal
hkdf ^0.12.4
normal
hmac ^0.12.1
normal
lioness ^0.1.2
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
sha2 ^0.10.8
normal
subtle ^2.4.1
normal
x25519-dalek ^2.0.1
normal
zeroize ^1.7.0
normal
criterion ^0.5.1
dev
rand_chacha ^0.3.1
dev
Versions
11.61%
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
generate_pseudorandom_bytes
sphinx_
packet
0.6.0
In sphinx_
packet::
crypto
sphinx_packet
::
crypto
Function
generate_
pseudorandom_
bytes
Copy item path
Source
pub fn generate_pseudorandom_bytes( key: &[
u8
;
16
], iv: &[
u8
;
16
], length:
usize
, ) ->
Vec
<
u8
>
ⓘ