mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2026-02-25 04:58:17 +00:00
feat: impl Subkey and Key types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use des::Des;
|
||||
use des_lib::Des;
|
||||
|
||||
// Full expected subkeys for TEST_KEY (48 bits each, from FIPS spec)
|
||||
const EXPECTED_SUBKEYS: [u64; 16] = [
|
||||
|
||||
Reference in New Issue
Block a user