mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 16:10:16 -04:00
Minor code cleanup
This commit is contained in:
@@ -487,7 +487,7 @@ namespace ModernKeePassLib.Cryptography.KeyDerivation
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void FillSegmentThr(object o)
|
private static void FillSegmentThr(object o)
|
||||||
{
|
{
|
||||||
Argon2ThreadInfo ti = (o as Argon2ThreadInfo);
|
Argon2ThreadInfo ti = (o as Argon2ThreadInfo);
|
||||||
if(ti == null) { Debug.Assert(false); return; }
|
if(ti == null) { Debug.Assert(false); return; }
|
||||||
|
Reference in New Issue
Block a user