Docs.rs
askar-crypto-0.2.2
askar-crypto 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
andrewwhitehead
github:hyperledger:aries-admins
Dependencies
aead ^0.3
normal
aes ^0.6
normal
aes-gcm ^0.8
normal
arbitrary ^1.0
normal
argon2 ^0.1
normal
base64 ^0.13
normal
blake2 ^0.9
normal
block-modes ^0.7
normal
bls12_381 ^0.4
normal
chacha20 ^0.6
normal
chacha20poly1305 ^0.7
normal
crypto_box ^0.5
normal
curve25519-dalek ^3.1
normal
digest ^0.9
normal
ed25519-dalek ^1.0
normal
group ^0.9
normal
hkdf ^0.11
normal
hmac ^0.11
normal
k256 ^0.9
normal
p256 ^0.9
normal
rand ^0.8
normal
serde ^1.0
normal
serde-json-core ^0.4
normal
sha2 ^0.9
normal
subtle ^2.4
normal
x25519-dalek ^1.1
normal
zeroize ^1.4
normal
base64 ^0.13
dev
criterion ^0.3
dev
hex-literal ^0.3
dev
serde-json-core ^0.4
dev
serde_cbor ^0.11
dev
Versions
95.65%
of the crate is documented
Go to latest version
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
☰
Trait KeyMaterial
Required Methods
read_okm
Implementors
Other items in
askar_crypto
::
random
?
Trait
askar_crypto
::
random
::
KeyMaterial
[
−
]
[src]
pub trait KeyMaterial { fn
read_okm
(&mut self, buf:
&mut [
u8
]
); }
Required methods
[src]
fn
read_okm
(&mut self, buf:
&mut [
u8
]
)
Implementors
[src]
impl
KeyMaterial
for
BlsKeyGen
<'_>
This is supported on
crate feature
bls
only.
[src]
impl<C:
CryptoRng
+
RngCore
>
KeyMaterial
for C