update comment
This commit is contained in:
parent
aa1fa6a318
commit
58a13d8bab
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ impl Manifest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const PBKDF2_ITERATIONS: u32 = 50000; // This is excessive. Is this needed to remain compatible with SDA?
|
const PBKDF2_ITERATIONS: u32 = 50000; // This is excessive, but necessary to maintain compatibility with SteamDesktopAuthenticator.
|
||||||
const SALT_LENGTH: usize = 8;
|
const SALT_LENGTH: usize = 8;
|
||||||
const KEY_SIZE_BYTES: usize = 32;
|
const KEY_SIZE_BYTES: usize = 32;
|
||||||
const IV_LENGTH: usize = 16;
|
const IV_LENGTH: usize = 16;
|
||||||
|
|
Loading…
Reference in a new issue