Docs.rs
aranya-crypto-core-0.1.0
aranya-crypto-core 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Repository
crates.io
Source
Owners
aranya-project-bot
Dependencies
aes ^0.8
normal
optional
aes-gcm ^0.10
normal
aranya-bearssl-sys ^0.1.0
normal
optional
aranya-buggy ^0.1.0
normal
aranya-crypto-derive ^0.2.0
normal
cfg-if ^1
normal
crypto-common ^0.1
normal
der ^0.7
normal
ecdsa ^0.16
normal
ed25519-dalek ^2.0.0-rc.3
normal
elliptic-curve ^0.13
normal
generic-array ^1
normal
getrandom ^0.2
normal
optional
lazy_static ^1.4
normal
optional
more-asserts ^0.3
normal
optional
p256 ^0.13
normal
p384 ^0.13
normal
postcard ^1
normal
rand ^0.8
normal
optional
rand_core ^0.6
normal
serde ^1.0.210
normal
serde_json ^1
normal
optional
serde_repr ^0.1
normal
optional
sha2 ^0.10
normal
sha3-utils ^0.3.0
normal
spin ^0.9.8
normal
optional
subtle ^2.5
normal
typenum ^1
normal
wycheproof ^0.6
normal
optional
zeroize ^1
normal
postcard ^1
dev
rand ^0.8
dev
serde ^1.0.210
dev
serde_json ^1
dev
serde_repr ^0.1
dev
tempfile ^3
dev
wycheproof ^0.6
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
aranya_
crypto_
core
0.1.0
Module csprng
Module Items
Re-exports
Traits
In crate aranya_
crypto_
core
aranya_crypto_core
Module
csprng
Copy item path
Source
Expand description
Cryptographically Secure Random Number Generators.
Re-exports
§
pub use
getrandom
;
pub use
rand
;
rand_compat
Traits
§
Csprng
A cryptographically secure pseudorandom number generator (CSPRNG).
Random
Implemented by types that can generate random instances.