diff --git a/NDecrypt/Data/Constants.cs b/NDecrypt/Data/Constants.cs index 108f957..cc162ee 100644 --- a/NDecrypt/Data/Constants.cs +++ b/NDecrypt/Data/Constants.cs @@ -323,6 +323,11 @@ namespace NDecrypt.Data public const int CXTExtendedDataHeaderLength = 0x800; + #endregion + + /// + /// Represents if all of the keys have been initialized properly + /// public static bool IsReady { get; private set; } /// @@ -369,7 +374,5 @@ namespace NDecrypt.Data IsReady = true; } - - #endregion } }