Bug fix: derive Arbitrary for ZipCryptoKeys
This commit is contained in:
parent
6c4ae5333a
commit
b179709639
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ use std::hash::{Hash, Hasher};
|
|||
use std::num::Wrapping;
|
||||
|
||||
/// A container to hold the current key state
|
||||
#[cfg_attr(fuzzing, derive(arbitrary::Arbitrary))]
|
||||
#[derive(Clone, Copy, Hash, Ord, PartialOrd, Eq, PartialEq)]
|
||||
pub(crate) struct ZipCryptoKeys {
|
||||
key_0: Wrapping<u32>,
|
||||
|
|
Loading…
Add table
Reference in a new issue