Docs.rs
wolf-crypto-0.1.0-alpha
wolf-crypto 0.1.0-alpha
Docs.rs crate page
GPL-2.0-only
Links
Repository
crates.io
Source
Owners
CleveGreen
Dependencies
wolf-crypto-sys ^0.1.0-alpha
normal
zeroize ^1.7.0
normal
aes ^0.8.4
dev
aes-gcm ^0.10.3
dev
criterion ^0.5.1
dev
ctr ^0.9.2
dev
digest ^0.10.7
dev
md-5 ^0.10.6
dev
md4 ^0.10.2
dev
proptest ^1.5.0
dev
ripemd ^0.1.3
dev
sha2 ^0.10.8
dev
sha3 ^0.10.8
dev
Versions
9.48%
of the crate is documented
Go to latest stable release
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
wolf_
crypto
0.1.0-alpha
Generic
Iv
Required Associated Types
Size
Required Methods
as_slice
Implementors
In wolf_
crypto::
buf
Trait
wolf_crypto
::
buf
::
GenericIv
Copy item path
source
·
[
−
]
pub trait GenericIv { type
Size
:
IvSize
; // Required method fn
as_slice
(&self) -> &[
u8
]
ⓘ
; }
Required Associated Types
§
source
type
Size
:
IvSize
Required Methods
§
source
fn
as_slice
(&self) -> &[
u8
]
ⓘ
Implementors
§
source
§
impl
GenericIv
for
Iv
source
§
type
Size
=
U16
source
§
impl
GenericIv
for
Nonce16
source
§
type
Size
=
U16
source
§
impl
GenericIv
for
Nonce
source
§
type
Size
=
U12