mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2025-12-20 11:04:38 +00:00
6 lines
150 B
Rust
6 lines
150 B
Rust
use bit_wrap::BitWrapper;
|
|
|
|
#[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Hash, BitWrapper)]
|
|
#[bit_width(48)]
|
|
pub struct Subkey(u64);
|