<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />

BZip2Constants

public class BZip2Constants
namespace Org.BouncyCastle.Utilities.Bzip2 { public class BZip2Constants { public const int baseBlockSize = 100000; public const int MAX_ALPHA_SIZE = 258; public const int MAX_CODE_LEN = 20; public const int MAX_CODE_LEN_GEN = 17; public const int RUNA = 0; public const int RUNB = 1; public const int N_GROUPS = 6; public const int G_SIZE = 50; public const int N_ITERS = 4; public const int MAX_SELECTORS = 18002; public const int NUM_OVERSHOOT_BYTES = 20; } }