Open
Description
Breaking change in derivations of Clone for arrays; see rust-lang/rust#30244.
Offending line:
Line 13 in db7fe6c
rust-lang/rust#30130 was reverted due to ICEs related to Copy on large arrays in rust-lang/rust#25733
Possible solution: use a pre-sized Vec i.e. vec![vec![0u32; 256]; 4]
in Blowfish::new
.
Metadata
Metadata
Assignees
Labels
No labels