Skip to content

Commit 4337e11

Browse files
committed
Make members private
1 parent 15a3707 commit 4337e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/src/crypto/engines/Cast5Engine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Org.BouncyCastle.Crypto.Engines
2020
public class Cast5Engine
2121
: IBlockCipher
2222
{
23-
internal static readonly uint[] S1 =
23+
private static readonly uint[] S1 =
2424
{
2525
0x30fb40d4, 0x9fa0ff0b, 0x6beccd2f, 0x3f258c7a, 0x1e213f2f, 0x9c004dd3, 0x6003e540, 0xcf9fc949,
2626
0xbfd4af27, 0x88bbbdb5, 0xe2034090, 0x98d09675, 0x6e63a0e0, 0x15c361d2, 0xc2e7661d, 0x22d4ff8e,

0 commit comments

Comments
 (0)