update comment

This commit is contained in:
Carson McManus 2021-08-19 14:29:59 -04:00
parent aa1fa6a318
commit 58a13d8bab

View file

@ -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;