mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2025-12-20 11:04:38 +00:00
6 lines
90 B
Rust
6 lines
90 B
Rust
use crate::secret_key;
|
|
|
|
secret_key! {
|
|
pub struct ExpandedKey(u32, 32, 0xFFFF_FFFF);
|
|
}
|