public class org.bouncycastle.crypto.engines.SerpentEngine implements org.bouncycastle.crypto.BlockCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.engines.SerpentEngine
  super_class: java.lang.Object
{
  private static final int BLOCK_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static final int ROUNDS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  static final int PHI;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1640531527

  private boolean encrypting;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int[] wKey;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int X0;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int X1;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int X2;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int X3;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;

  public void init(boolean, org.bouncycastle.crypto.CipherParameters);
    descriptor: (ZLorg/bouncycastle/crypto/CipherParameters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // boolean encrypting
        start local 2 // org.bouncycastle.crypto.CipherParameters params
         0: .line 43
            aload 2 /* params */
            instanceof org.bouncycastle.crypto.params.KeyParameter
            ifeq 4
         1: .line 45
            aload 0 /* this */
            iload 1 /* encrypting */
            putfield org.bouncycastle.crypto.engines.SerpentEngine.encrypting:Z
         2: .line 46
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* params */
            checkcast org.bouncycastle.crypto.params.KeyParameter
            invokevirtual org.bouncycastle.crypto.params.KeyParameter.getKey:()[B
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.makeWorkingKey:([B)[I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
         3: .line 47
            return
         4: .line 50
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid parameter passed to Serpent init - "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* params */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.bouncycastle.crypto.CipherParameters params
        end local 1 // boolean encrypting
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0    5     1  encrypting  Z
            0    5     2      params  Lorg/bouncycastle/crypto/CipherParameters;
    MethodParameters:
            Name  Flags
      encrypting  
      params      

  public java.lang.String getAlgorithmName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
         0: .line 55
            ldc "Serpent"
            areturn
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;

  public int getBlockSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
         0: .line 60
            bipush 16
            ireturn
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;

  public final int processBlock(byte[], int, byte[], int);
    descriptor: ([BI[BI)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // byte[] out
        start local 4 // int outOff
         0: .line 82
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            ifnonnull 2
         1: .line 84
            new java.lang.IllegalStateException
            dup
            ldc "Serpent not initialised"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 87
      StackMap locals:
      StackMap stack:
            iload 2 /* inOff */
            bipush 16
            iadd
            aload 1 /* in */
            arraylength
            if_icmple 4
         3: .line 89
            new org.bouncycastle.crypto.DataLengthException
            dup
            ldc "input buffer too short"
            invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 92
      StackMap locals:
      StackMap stack:
            iload 4 /* outOff */
            bipush 16
            iadd
            aload 3 /* out */
            arraylength
            if_icmple 6
         5: .line 94
            new org.bouncycastle.crypto.DataLengthException
            dup
            ldc "output buffer too short"
            invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.encrypting:Z
            ifeq 9
         7: .line 99
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            aload 3 /* out */
            iload 4 /* outOff */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.encryptBlock:([BI[BI)V
         8: .line 100
            goto 10
         9: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            aload 3 /* out */
            iload 4 /* outOff */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.decryptBlock:([BI[BI)V
        10: .line 106
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
        end local 4 // int outOff
        end local 3 // byte[] out
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   11     1      in  [B
            0   11     2   inOff  I
            0   11     3     out  [B
            0   11     4  outOff  I
    MethodParameters:
        Name  Flags
      in      
      inOff   
      out     
      outOff  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
         0: .line 111
            return
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;

  private int[] makeWorkingKey(byte[]);
    descriptor: ([B)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // byte[] key
         0: .line 126
            bipush 16
            newarray 10
            astore 2 /* kPad */
        start local 2 // int[] kPad
         1: .line 127
            iconst_0
            istore 3 /* off */
        start local 3 // int off
         2: .line 128
            iconst_0
            istore 4 /* length */
        start local 4 // int length
         3: .line 130
            aload 1 /* key */
            arraylength
            iconst_4
            isub
            istore 3 /* off */
            goto 6
         4: .line 132
      StackMap locals: int[] int int
      StackMap stack:
            aload 2 /* kPad */
            iload 4 /* length */
            iinc 4 /* length */ 1
            aload 0 /* this */
            aload 1 /* key */
            iload 3 /* off */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            iastore
         5: .line 130
            iinc 3 /* off */ -4
      StackMap locals:
      StackMap stack:
         6: iload 3 /* off */
            ifgt 4
         7: .line 135
            iload 3 /* off */
            ifne 12
         8: .line 137
            aload 2 /* kPad */
            iload 4 /* length */
            iinc 4 /* length */ 1
            aload 0 /* this */
            aload 1 /* key */
            iconst_0
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            iastore
         9: .line 138
            iload 4 /* length */
            bipush 8
            if_icmpge 13
        10: .line 140
            aload 2 /* kPad */
            iload 4 /* length */
            iconst_1
            iastore
        11: .line 142
            goto 13
        12: .line 145
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "key must be a multiple of 4 bytes"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 151
      StackMap locals:
      StackMap stack:
            sipush 132
            istore 5 /* amount */
        start local 5 // int amount
        14: .line 152
            iload 5 /* amount */
            newarray 10
            astore 6 /* w */
        start local 6 // int[] w
        15: .line 157
            bipush 8
            istore 7 /* i */
        start local 7 // int i
        16: goto 19
        17: .line 159
      StackMap locals: int int[] int
      StackMap stack:
            aload 2 /* kPad */
            iload 7 /* i */
            aload 0 /* this */
            aload 2 /* kPad */
            iload 7 /* i */
            bipush 8
            isub
            iaload
            aload 2 /* kPad */
            iload 7 /* i */
            iconst_5
            isub
            iaload
            ixor
            aload 2 /* kPad */
            iload 7 /* i */
            iconst_3
            isub
            iaload
            ixor
            aload 2 /* kPad */
            iload 7 /* i */
            iconst_1
            isub
            iaload
            ixor
            ldc -1640531527
            ixor
            iload 7 /* i */
            bipush 8
            isub
            ixor
            bipush 11
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            iastore
        18: .line 157
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 7 /* i */
            bipush 16
            if_icmplt 17
        end local 7 // int i
        20: .line 162
            aload 2 /* kPad */
            bipush 8
            aload 6 /* w */
            iconst_0
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 167
            bipush 8
            istore 7 /* i */
        start local 7 // int i
        22: goto 25
        23: .line 169
      StackMap locals:
      StackMap stack:
            aload 6 /* w */
            iload 7 /* i */
            aload 0 /* this */
            aload 6 /* w */
            iload 7 /* i */
            bipush 8
            isub
            iaload
            aload 6 /* w */
            iload 7 /* i */
            iconst_5
            isub
            iaload
            ixor
            aload 6 /* w */
            iload 7 /* i */
            iconst_3
            isub
            iaload
            ixor
            aload 6 /* w */
            iload 7 /* i */
            iconst_1
            isub
            iaload
            ixor
            ldc -1640531527
            ixor
            iload 7 /* i */
            ixor
            bipush 11
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            iastore
        24: .line 167
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 7 /* i */
            iload 5 /* amount */
            if_icmplt 23
        end local 7 // int i
        26: .line 175
            aload 0 /* this */
            aload 6 /* w */
            iconst_0
            iaload
            aload 6 /* w */
            iconst_1
            iaload
            aload 6 /* w */
            iconst_2
            iaload
            aload 6 /* w */
            iconst_3
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
        27: .line 176
            aload 6 /* w */
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            iconst_3
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        28: .line 177
            aload 0 /* this */
            aload 6 /* w */
            iconst_4
            iaload
            aload 6 /* w */
            iconst_5
            iaload
            aload 6 /* w */
            bipush 6
            iaload
            aload 6 /* w */
            bipush 7
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
        29: .line 178
            aload 6 /* w */
            iconst_4
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            iconst_5
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 6
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 7
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        30: .line 179
            aload 0 /* this */
            aload 6 /* w */
            bipush 8
            iaload
            aload 6 /* w */
            bipush 9
            iaload
            aload 6 /* w */
            bipush 10
            iaload
            aload 6 /* w */
            bipush 11
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
        31: .line 180
            aload 6 /* w */
            bipush 8
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 9
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 10
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 11
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        32: .line 181
            aload 0 /* this */
            aload 6 /* w */
            bipush 12
            iaload
            aload 6 /* w */
            bipush 13
            iaload
            aload 6 /* w */
            bipush 14
            iaload
            aload 6 /* w */
            bipush 15
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
        33: .line 182
            aload 6 /* w */
            bipush 12
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 13
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 14
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 15
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        34: .line 183
            aload 0 /* this */
            aload 6 /* w */
            bipush 16
            iaload
            aload 6 /* w */
            bipush 17
            iaload
            aload 6 /* w */
            bipush 18
            iaload
            aload 6 /* w */
            bipush 19
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
        35: .line 184
            aload 6 /* w */
            bipush 16
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 17
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 18
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 19
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        36: .line 185
            aload 0 /* this */
            aload 6 /* w */
            bipush 20
            iaload
            aload 6 /* w */
            bipush 21
            iaload
            aload 6 /* w */
            bipush 22
            iaload
            aload 6 /* w */
            bipush 23
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
        37: .line 186
            aload 6 /* w */
            bipush 20
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 21
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 22
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 23
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        38: .line 187
            aload 0 /* this */
            aload 6 /* w */
            bipush 24
            iaload
            aload 6 /* w */
            bipush 25
            iaload
            aload 6 /* w */
            bipush 26
            iaload
            aload 6 /* w */
            bipush 27
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
        39: .line 188
            aload 6 /* w */
            bipush 24
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 25
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 26
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 27
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        40: .line 189
            aload 0 /* this */
            aload 6 /* w */
            bipush 28
            iaload
            aload 6 /* w */
            bipush 29
            iaload
            aload 6 /* w */
            bipush 30
            iaload
            aload 6 /* w */
            bipush 31
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
        41: .line 190
            aload 6 /* w */
            bipush 28
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 29
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 30
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 31
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        42: .line 191
            aload 0 /* this */
            aload 6 /* w */
            bipush 32
            iaload
            aload 6 /* w */
            bipush 33
            iaload
            aload 6 /* w */
            bipush 34
            iaload
            aload 6 /* w */
            bipush 35
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
        43: .line 192
            aload 6 /* w */
            bipush 32
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 33
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 34
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 35
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        44: .line 193
            aload 0 /* this */
            aload 6 /* w */
            bipush 36
            iaload
            aload 6 /* w */
            bipush 37
            iaload
            aload 6 /* w */
            bipush 38
            iaload
            aload 6 /* w */
            bipush 39
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
        45: .line 194
            aload 6 /* w */
            bipush 36
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 37
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 38
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 39
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        46: .line 195
            aload 0 /* this */
            aload 6 /* w */
            bipush 40
            iaload
            aload 6 /* w */
            bipush 41
            iaload
            aload 6 /* w */
            bipush 42
            iaload
            aload 6 /* w */
            bipush 43
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
        47: .line 196
            aload 6 /* w */
            bipush 40
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 41
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 42
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 43
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        48: .line 197
            aload 0 /* this */
            aload 6 /* w */
            bipush 44
            iaload
            aload 6 /* w */
            bipush 45
            iaload
            aload 6 /* w */
            bipush 46
            iaload
            aload 6 /* w */
            bipush 47
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
        49: .line 198
            aload 6 /* w */
            bipush 44
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 45
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 46
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 47
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        50: .line 199
            aload 0 /* this */
            aload 6 /* w */
            bipush 48
            iaload
            aload 6 /* w */
            bipush 49
            iaload
            aload 6 /* w */
            bipush 50
            iaload
            aload 6 /* w */
            bipush 51
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
        51: .line 200
            aload 6 /* w */
            bipush 48
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 49
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 50
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 51
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        52: .line 201
            aload 0 /* this */
            aload 6 /* w */
            bipush 52
            iaload
            aload 6 /* w */
            bipush 53
            iaload
            aload 6 /* w */
            bipush 54
            iaload
            aload 6 /* w */
            bipush 55
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
        53: .line 202
            aload 6 /* w */
            bipush 52
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 53
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 54
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 55
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        54: .line 203
            aload 0 /* this */
            aload 6 /* w */
            bipush 56
            iaload
            aload 6 /* w */
            bipush 57
            iaload
            aload 6 /* w */
            bipush 58
            iaload
            aload 6 /* w */
            bipush 59
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
        55: .line 204
            aload 6 /* w */
            bipush 56
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 57
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 58
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 59
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        56: .line 205
            aload 0 /* this */
            aload 6 /* w */
            bipush 60
            iaload
            aload 6 /* w */
            bipush 61
            iaload
            aload 6 /* w */
            bipush 62
            iaload
            aload 6 /* w */
            bipush 63
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
        57: .line 206
            aload 6 /* w */
            bipush 60
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 61
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 62
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 63
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        58: .line 207
            aload 0 /* this */
            aload 6 /* w */
            bipush 64
            iaload
            aload 6 /* w */
            bipush 65
            iaload
            aload 6 /* w */
            bipush 66
            iaload
            aload 6 /* w */
            bipush 67
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
        59: .line 208
            aload 6 /* w */
            bipush 64
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 65
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 66
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 67
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        60: .line 209
            aload 0 /* this */
            aload 6 /* w */
            bipush 68
            iaload
            aload 6 /* w */
            bipush 69
            iaload
            aload 6 /* w */
            bipush 70
            iaload
            aload 6 /* w */
            bipush 71
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
        61: .line 210
            aload 6 /* w */
            bipush 68
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 69
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 70
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 71
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        62: .line 211
            aload 0 /* this */
            aload 6 /* w */
            bipush 72
            iaload
            aload 6 /* w */
            bipush 73
            iaload
            aload 6 /* w */
            bipush 74
            iaload
            aload 6 /* w */
            bipush 75
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
        63: .line 212
            aload 6 /* w */
            bipush 72
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 73
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 74
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 75
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        64: .line 213
            aload 0 /* this */
            aload 6 /* w */
            bipush 76
            iaload
            aload 6 /* w */
            bipush 77
            iaload
            aload 6 /* w */
            bipush 78
            iaload
            aload 6 /* w */
            bipush 79
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
        65: .line 214
            aload 6 /* w */
            bipush 76
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 77
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 78
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 79
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        66: .line 215
            aload 0 /* this */
            aload 6 /* w */
            bipush 80
            iaload
            aload 6 /* w */
            bipush 81
            iaload
            aload 6 /* w */
            bipush 82
            iaload
            aload 6 /* w */
            bipush 83
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
        67: .line 216
            aload 6 /* w */
            bipush 80
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 81
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 82
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 83
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        68: .line 217
            aload 0 /* this */
            aload 6 /* w */
            bipush 84
            iaload
            aload 6 /* w */
            bipush 85
            iaload
            aload 6 /* w */
            bipush 86
            iaload
            aload 6 /* w */
            bipush 87
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
        69: .line 218
            aload 6 /* w */
            bipush 84
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 85
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 86
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 87
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        70: .line 219
            aload 0 /* this */
            aload 6 /* w */
            bipush 88
            iaload
            aload 6 /* w */
            bipush 89
            iaload
            aload 6 /* w */
            bipush 90
            iaload
            aload 6 /* w */
            bipush 91
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
        71: .line 220
            aload 6 /* w */
            bipush 88
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 89
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 90
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 91
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        72: .line 221
            aload 0 /* this */
            aload 6 /* w */
            bipush 92
            iaload
            aload 6 /* w */
            bipush 93
            iaload
            aload 6 /* w */
            bipush 94
            iaload
            aload 6 /* w */
            bipush 95
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
        73: .line 222
            aload 6 /* w */
            bipush 92
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 93
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 94
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 95
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        74: .line 223
            aload 0 /* this */
            aload 6 /* w */
            bipush 96
            iaload
            aload 6 /* w */
            bipush 97
            iaload
            aload 6 /* w */
            bipush 98
            iaload
            aload 6 /* w */
            bipush 99
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
        75: .line 224
            aload 6 /* w */
            bipush 96
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 97
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 98
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 99
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        76: .line 225
            aload 0 /* this */
            aload 6 /* w */
            bipush 100
            iaload
            aload 6 /* w */
            bipush 101
            iaload
            aload 6 /* w */
            bipush 102
            iaload
            aload 6 /* w */
            bipush 103
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
        77: .line 226
            aload 6 /* w */
            bipush 100
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 101
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 102
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 103
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        78: .line 227
            aload 0 /* this */
            aload 6 /* w */
            bipush 104
            iaload
            aload 6 /* w */
            bipush 105
            iaload
            aload 6 /* w */
            bipush 106
            iaload
            aload 6 /* w */
            bipush 107
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
        79: .line 228
            aload 6 /* w */
            bipush 104
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 105
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 106
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 107
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        80: .line 229
            aload 0 /* this */
            aload 6 /* w */
            bipush 108
            iaload
            aload 6 /* w */
            bipush 109
            iaload
            aload 6 /* w */
            bipush 110
            iaload
            aload 6 /* w */
            bipush 111
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
        81: .line 230
            aload 6 /* w */
            bipush 108
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 109
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 110
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 111
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        82: .line 231
            aload 0 /* this */
            aload 6 /* w */
            bipush 112
            iaload
            aload 6 /* w */
            bipush 113
            iaload
            aload 6 /* w */
            bipush 114
            iaload
            aload 6 /* w */
            bipush 115
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
        83: .line 232
            aload 6 /* w */
            bipush 112
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 113
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 114
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 115
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        84: .line 233
            aload 0 /* this */
            aload 6 /* w */
            bipush 116
            iaload
            aload 6 /* w */
            bipush 117
            iaload
            aload 6 /* w */
            bipush 118
            iaload
            aload 6 /* w */
            bipush 119
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
        85: .line 234
            aload 6 /* w */
            bipush 116
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 117
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 118
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 119
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        86: .line 235
            aload 0 /* this */
            aload 6 /* w */
            bipush 120
            iaload
            aload 6 /* w */
            bipush 121
            iaload
            aload 6 /* w */
            bipush 122
            iaload
            aload 6 /* w */
            bipush 123
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
        87: .line 236
            aload 6 /* w */
            bipush 120
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 121
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 122
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 123
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        88: .line 237
            aload 0 /* this */
            aload 6 /* w */
            bipush 124
            iaload
            aload 6 /* w */
            bipush 125
            iaload
            aload 6 /* w */
            bipush 126
            iaload
            aload 6 /* w */
            bipush 127
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
        89: .line 238
            aload 6 /* w */
            bipush 124
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            bipush 125
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            bipush 126
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            bipush 127
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        90: .line 239
            aload 0 /* this */
            aload 6 /* w */
            sipush 128
            iaload
            aload 6 /* w */
            sipush 129
            iaload
            aload 6 /* w */
            sipush 130
            iaload
            aload 6 /* w */
            sipush 131
            iaload
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
        91: .line 240
            aload 6 /* w */
            sipush 128
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iastore
            aload 6 /* w */
            sipush 129
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iastore
            aload 6 /* w */
            sipush 130
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iastore
            aload 6 /* w */
            sipush 131
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iastore
        92: .line 242
            aload 6 /* w */
            areturn
        end local 6 // int[] w
        end local 5 // int amount
        end local 4 // int length
        end local 3 // int off
        end local 2 // int[] kPad
        end local 1 // byte[] key
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   93     0    this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   93     1     key  [B
            1   93     2    kPad  [I
            2   93     3     off  I
            3   93     4  length  I
           14   93     5  amount  I
           15   93     6       w  [I
           16   20     7       i  I
           22   26     7       i  I
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      key   

  private int rotateLeft(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int x
        start local 2 // int bits
         0: .line 249
            iload 1 /* x */
            iload 2 /* bits */
            ishl
            iload 1 /* x */
            iload 2 /* bits */
            ineg
            iushr
            ior
            ireturn
        end local 2 // int bits
        end local 1 // int x
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0    1     1     x  I
            0    1     2  bits  I
    MethodParameters:
      Name  Flags
      x     
      bits  

  private int rotateRight(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int x
        start local 2 // int bits
         0: .line 256
            iload 1 /* x */
            iload 2 /* bits */
            iushr
            iload 1 /* x */
            iload 2 /* bits */
            ineg
            ishl
            ior
            ireturn
        end local 2 // int bits
        end local 1 // int x
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0    1     1     x  I
            0    1     2  bits  I
    MethodParameters:
      Name  Flags
      x     
      bits  

  private int bytesToWord(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // byte[] src
        start local 2 // int srcOff
         0: .line 263
            aload 1 /* src */
            iload 2 /* srcOff */
            baload
            sipush 255
            iand
            bipush 24
            ishl
            aload 1 /* src */
            iload 2 /* srcOff */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
         1: .line 264
            aload 1 /* src */
            iload 2 /* srcOff */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 263
            ior
         3: .line 264
            aload 1 /* src */
            iload 2 /* srcOff */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         4: .line 263
            ior
            ireturn
        end local 2 // int srcOff
        end local 1 // byte[] src
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0    5     1     src  [B
            0    5     2  srcOff  I
    MethodParameters:
        Name  Flags
      src     
      srcOff  

  private void wordToBytes(int, byte[], int);
    descriptor: (I[BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int word
        start local 2 // byte[] dst
        start local 3 // int dstOff
         0: .line 272
            aload 2 /* dst */
            iload 3 /* dstOff */
            iconst_3
            iadd
            iload 1 /* word */
            i2b
            bastore
         1: .line 273
            aload 2 /* dst */
            iload 3 /* dstOff */
            iconst_2
            iadd
            iload 1 /* word */
            bipush 8
            iushr
            i2b
            bastore
         2: .line 274
            aload 2 /* dst */
            iload 3 /* dstOff */
            iconst_1
            iadd
            iload 1 /* word */
            bipush 16
            iushr
            i2b
            bastore
         3: .line 275
            aload 2 /* dst */
            iload 3 /* dstOff */
            iload 1 /* word */
            bipush 24
            iushr
            i2b
            bastore
         4: .line 276
            return
        end local 3 // int dstOff
        end local 2 // byte[] dst
        end local 1 // int word
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0    5     1    word  I
            0    5     2     dst  [B
            0    5     3  dstOff  I
    MethodParameters:
        Name  Flags
      word    
      dst     
      dstOff  

  private void encryptBlock(byte[], int, byte[], int);
    descriptor: ([BI[BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // byte[] out
        start local 4 // int outOff
         0: .line 292
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         1: .line 293
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            iconst_4
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         2: .line 294
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            bipush 8
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         3: .line 295
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            bipush 12
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         4: .line 297
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_1
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_2
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_3
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
         5: .line 298
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_4
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_5
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 6
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 7
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
         6: .line 299
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 8
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 9
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 10
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 11
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
         7: .line 300
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 12
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 13
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 14
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 15
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
         8: .line 301
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 16
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 17
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 18
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 19
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
         9: .line 302
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 20
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 21
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 22
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 23
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        10: .line 303
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 24
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 25
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 26
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 27
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        11: .line 304
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 28
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 29
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 30
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 31
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        12: .line 305
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 32
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 33
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 34
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 35
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        13: .line 306
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 36
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 37
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 38
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 39
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        14: .line 307
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 40
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 41
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 42
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 43
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        15: .line 308
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 44
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 45
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 46
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 47
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        16: .line 309
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 48
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 49
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 50
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 51
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        17: .line 310
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 52
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 53
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 54
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 55
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        18: .line 311
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 56
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 57
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 58
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 59
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        19: .line 312
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 60
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 61
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 62
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 63
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        20: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 64
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 65
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 66
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 67
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        21: .line 314
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 68
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 69
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 70
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 71
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        22: .line 315
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 72
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 73
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 74
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 75
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        23: .line 316
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 76
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 77
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 78
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 79
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        24: .line 317
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 80
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 81
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 82
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 83
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        25: .line 318
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 84
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 85
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 86
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 87
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        26: .line 319
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 88
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 89
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 90
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 91
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        27: .line 320
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 92
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 93
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 94
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 95
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        28: .line 321
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 96
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 97
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 98
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 99
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb0:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        29: .line 322
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 100
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 101
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 102
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 103
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb1:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        30: .line 323
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 104
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 105
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 106
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 107
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb2:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        31: .line 324
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 108
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 109
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 110
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 111
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb3:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        32: .line 325
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 112
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 113
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 114
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 115
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb4:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        33: .line 326
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 116
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 117
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 118
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 119
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb5:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        34: .line 327
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 120
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 121
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 122
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 123
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb6:(IIII)V
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.LT:()V
        35: .line 328
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 124
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 125
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 126
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 127
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.sb7:(IIII)V
        36: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 131
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        37: .line 331
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 130
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            iconst_4
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        38: .line 332
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 129
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            bipush 8
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        39: .line 333
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 128
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            bipush 12
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        40: .line 334
            return
        end local 4 // int outOff
        end local 3 // byte[] out
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   41     0    this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   41     1      in  [B
            0   41     2   inOff  I
            0   41     3     out  [B
            0   41     4  outOff  I
    MethodParameters:
        Name  Flags
      in      
      inOff   
      out     
      outOff  

  private void decryptBlock(byte[], int, byte[], int);
    descriptor: ([BI[BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // byte[] out
        start local 4 // int outOff
         0: .line 350
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 131
            iaload
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         1: .line 351
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 130
            iaload
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            iconst_4
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         2: .line 352
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 129
            iaload
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            bipush 8
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         3: .line 353
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            sipush 128
            iaload
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* inOff */
            bipush 12
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.bytesToWord:([BI)I
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         4: .line 355
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib7:(IIII)V
         5: .line 356
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 124
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 125
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 126
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 127
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         6: .line 357
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib6:(IIII)V
         7: .line 358
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 120
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 121
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 122
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 123
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         8: .line 359
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib5:(IIII)V
         9: .line 360
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 116
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 117
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 118
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 119
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        10: .line 361
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib4:(IIII)V
        11: .line 362
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 112
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 113
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 114
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 115
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        12: .line 363
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib3:(IIII)V
        13: .line 364
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 108
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 109
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 110
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 111
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        14: .line 365
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib2:(IIII)V
        15: .line 366
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 104
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 105
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 106
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 107
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        16: .line 367
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib1:(IIII)V
        17: .line 368
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 100
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 101
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 102
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 103
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        18: .line 369
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib0:(IIII)V
        19: .line 370
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 96
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 97
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 98
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 99
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        20: .line 371
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib7:(IIII)V
        21: .line 372
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 92
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 93
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 94
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 95
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        22: .line 373
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib6:(IIII)V
        23: .line 374
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 88
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 89
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 90
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 91
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        24: .line 375
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib5:(IIII)V
        25: .line 376
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 84
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 85
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 86
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 87
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        26: .line 377
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib4:(IIII)V
        27: .line 378
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 80
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 81
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 82
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 83
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        28: .line 379
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib3:(IIII)V
        29: .line 380
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 76
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 77
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 78
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 79
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        30: .line 381
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib2:(IIII)V
        31: .line 382
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 72
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 73
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 74
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 75
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        32: .line 383
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib1:(IIII)V
        33: .line 384
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 68
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 69
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 70
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 71
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        34: .line 385
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib0:(IIII)V
        35: .line 386
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 64
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 65
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 66
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 67
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        36: .line 387
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib7:(IIII)V
        37: .line 388
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 60
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 61
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 62
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 63
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        38: .line 389
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib6:(IIII)V
        39: .line 390
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 56
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 57
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 58
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 59
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        40: .line 391
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib5:(IIII)V
        41: .line 392
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 52
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 53
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 54
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 55
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        42: .line 393
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib4:(IIII)V
        43: .line 394
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 48
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 49
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 50
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 51
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        44: .line 395
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib3:(IIII)V
        45: .line 396
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 44
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 45
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 46
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 47
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        46: .line 397
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib2:(IIII)V
        47: .line 398
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 40
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 41
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 42
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 43
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        48: .line 399
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib1:(IIII)V
        49: .line 400
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 36
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 37
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 38
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 39
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        50: .line 401
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib0:(IIII)V
        51: .line 402
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 32
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 33
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 34
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 35
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        52: .line 403
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib7:(IIII)V
        53: .line 404
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 28
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 29
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 30
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 31
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        54: .line 405
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib6:(IIII)V
        55: .line 406
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 24
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 25
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 26
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 27
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        56: .line 407
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib5:(IIII)V
        57: .line 408
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 20
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 21
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 22
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 23
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        58: .line 409
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib4:(IIII)V
        59: .line 410
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 16
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 17
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 18
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 19
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        60: .line 411
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib3:(IIII)V
        61: .line 412
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 12
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 13
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 14
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 15
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        62: .line 413
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib2:(IIII)V
        63: .line 414
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 8
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 9
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 10
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 11
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        64: .line 415
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib1:(IIII)V
        65: .line 416
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_4
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_5
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 6
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            dup
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            bipush 7
            iaload
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        66: .line 417
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.inverseLT:()V
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.ib0:(IIII)V
        67: .line 419
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_3
            iaload
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        68: .line 420
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_2
            iaload
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            iconst_4
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        69: .line 421
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_1
            iaload
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            bipush 8
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        70: .line 422
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.wKey:[I
            iconst_0
            iaload
            ixor
            aload 3 /* out */
            iload 4 /* outOff */
            bipush 12
            iadd
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.wordToBytes:(I[BI)V
        71: .line 423
            return
        end local 4 // int outOff
        end local 3 // byte[] out
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   72     0    this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   72     1      in  [B
            0   72     2   inOff  I
            0   72     3     out  [B
            0   72     4  outOff  I
    MethodParameters:
        Name  Flags
      in      
      inOff   
      out     
      outOff  

  private void sb0(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 453
            iload 1 /* a */
            iload 4 /* d */
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 454
            iload 3 /* c */
            iload 5 /* t1 */
            ixor
            istore 6 /* t3 */
        start local 6 // int t3
         2: .line 455
            iload 2 /* b */
            iload 6 /* t3 */
            ixor
            istore 7 /* t4 */
        start local 7 // int t4
         3: .line 456
            aload 0 /* this */
            iload 1 /* a */
            iload 4 /* d */
            iand
            iload 7 /* t4 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         4: .line 457
            iload 1 /* a */
            iload 2 /* b */
            iload 5 /* t1 */
            iand
            ixor
            istore 8 /* t7 */
        start local 8 // int t7
         5: .line 458
            aload 0 /* this */
            iload 7 /* t4 */
            iload 3 /* c */
            iload 8 /* t7 */
            ior
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         6: .line 459
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 6 /* t3 */
            iload 8 /* t7 */
            ixor
            iand
            istore 9 /* t12 */
        start local 9 // int t12
         7: .line 460
            aload 0 /* this */
            iload 6 /* t3 */
            iconst_m1
            ixor
            iload 9 /* t12 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         8: .line 461
            aload 0 /* this */
            iload 9 /* t12 */
            iload 8 /* t7 */
            iconst_m1
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         9: .line 462
            return
        end local 9 // int t12
        end local 8 // int t7
        end local 7 // int t4
        end local 6 // int t3
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   10     1     a  I
            0   10     2     b  I
            0   10     3     c  I
            0   10     4     d  I
            1   10     5    t1  I
            2   10     6    t3  I
            3   10     7    t4  I
            5   10     8    t7  I
            7   10     9   t12  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib0(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 469
            iload 1 /* a */
            iconst_m1
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 470
            iload 1 /* a */
            iload 2 /* b */
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 471
            iload 4 /* d */
            iload 5 /* t1 */
            iload 6 /* t2 */
            ior
            ixor
            istore 7 /* t4 */
        start local 7 // int t4
         3: .line 472
            iload 3 /* c */
            iload 7 /* t4 */
            ixor
            istore 8 /* t5 */
        start local 8 // int t5
         4: .line 473
            aload 0 /* this */
            iload 6 /* t2 */
            iload 8 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         5: .line 474
            iload 5 /* t1 */
            iload 4 /* d */
            iload 6 /* t2 */
            iand
            ixor
            istore 9 /* t8 */
        start local 9 // int t8
         6: .line 475
            aload 0 /* this */
            iload 7 /* t4 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iload 9 /* t8 */
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         7: .line 476
            aload 0 /* this */
            iload 1 /* a */
            iload 7 /* t4 */
            iand
            iload 8 /* t5 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ior
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         8: .line 477
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 8 /* t5 */
            iload 9 /* t8 */
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         9: .line 478
            return
        end local 9 // int t8
        end local 8 // int t5
        end local 7 // int t4
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   10     1     a  I
            0   10     2     b  I
            0   10     3     c  I
            0   10     4     d  I
            1   10     5    t1  I
            2   10     6    t2  I
            3   10     7    t4  I
            4   10     8    t5  I
            6   10     9    t8  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb1(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 485
            iload 2 /* b */
            iload 1 /* a */
            iconst_m1
            ixor
            ixor
            istore 5 /* t2 */
        start local 5 // int t2
         1: .line 486
            iload 3 /* c */
            iload 1 /* a */
            iload 5 /* t2 */
            ior
            ixor
            istore 6 /* t5 */
        start local 6 // int t5
         2: .line 487
            aload 0 /* this */
            iload 4 /* d */
            iload 6 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         3: .line 488
            iload 2 /* b */
            iload 4 /* d */
            iload 5 /* t2 */
            ior
            ixor
            istore 7 /* t7 */
        start local 7 // int t7
         4: .line 489
            iload 5 /* t2 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            ixor
            istore 8 /* t8 */
        start local 8 // int t8
         5: .line 490
            aload 0 /* this */
            iload 8 /* t8 */
            iload 6 /* t5 */
            iload 7 /* t7 */
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         6: .line 491
            iload 6 /* t5 */
            iload 7 /* t7 */
            ixor
            istore 9 /* t11 */
        start local 9 // int t11
         7: .line 492
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 9 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         8: .line 493
            aload 0 /* this */
            iload 6 /* t5 */
            iload 8 /* t8 */
            iload 9 /* t11 */
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         9: .line 494
            return
        end local 9 // int t11
        end local 8 // int t8
        end local 7 // int t7
        end local 6 // int t5
        end local 5 // int t2
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   10     1     a  I
            0   10     2     b  I
            0   10     3     c  I
            0   10     4     d  I
            1   10     5    t2  I
            2   10     6    t5  I
            4   10     7    t7  I
            5   10     8    t8  I
            7   10     9   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib1(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=12, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 501
            iload 2 /* b */
            iload 4 /* d */
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 502
            iload 1 /* a */
            iload 2 /* b */
            iload 5 /* t1 */
            iand
            ixor
            istore 6 /* t3 */
        start local 6 // int t3
         2: .line 503
            iload 5 /* t1 */
            iload 6 /* t3 */
            ixor
            istore 7 /* t4 */
        start local 7 // int t4
         3: .line 504
            aload 0 /* this */
            iload 3 /* c */
            iload 7 /* t4 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         4: .line 505
            iload 2 /* b */
            iload 5 /* t1 */
            iload 6 /* t3 */
            iand
            ixor
            istore 8 /* t7 */
        start local 8 // int t7
         5: .line 506
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 8 /* t7 */
            ior
            istore 9 /* t8 */
        start local 9 // int t8
         6: .line 507
            aload 0 /* this */
            iload 6 /* t3 */
            iload 9 /* t8 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         7: .line 508
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iconst_m1
            ixor
            istore 10 /* t10 */
        start local 10 // int t10
         8: .line 509
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 8 /* t7 */
            ixor
            istore 11 /* t11 */
        start local 11 // int t11
         9: .line 510
            aload 0 /* this */
            iload 10 /* t10 */
            iload 11 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        10: .line 511
            aload 0 /* this */
            iload 7 /* t4 */
            iload 10 /* t10 */
            iload 11 /* t11 */
            ior
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        11: .line 512
            return
        end local 11 // int t11
        end local 10 // int t10
        end local 9 // int t8
        end local 8 // int t7
        end local 7 // int t4
        end local 6 // int t3
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   12     1     a  I
            0   12     2     b  I
            0   12     3     c  I
            0   12     4     d  I
            1   12     5    t1  I
            2   12     6    t3  I
            3   12     7    t4  I
            5   12     8    t7  I
            6   12     9    t8  I
            8   12    10   t10  I
            9   12    11   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb2(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 519
            iload 1 /* a */
            iconst_m1
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 520
            iload 2 /* b */
            iload 4 /* d */
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 521
            iload 3 /* c */
            iload 5 /* t1 */
            iand
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 522
            aload 0 /* this */
            iload 6 /* t2 */
            iload 7 /* t3 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         4: .line 523
            iload 3 /* c */
            iload 5 /* t1 */
            ixor
            istore 8 /* t5 */
        start local 8 // int t5
         5: .line 524
            iload 3 /* c */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            istore 9 /* t6 */
        start local 9 // int t6
         6: .line 525
            iload 2 /* b */
            iload 9 /* t6 */
            iand
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 526
            aload 0 /* this */
            iload 8 /* t5 */
            iload 10 /* t7 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         8: .line 527
            aload 0 /* this */
            iload 1 /* a */
            iload 4 /* d */
            iload 10 /* t7 */
            ior
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iload 8 /* t5 */
            ior
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         9: .line 528
            aload 0 /* this */
            iload 6 /* t2 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iload 4 /* d */
            iload 5 /* t1 */
            ior
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
        10: .line 529
            return
        end local 10 // int t7
        end local 9 // int t6
        end local 8 // int t5
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   11     1     a  I
            0   11     2     b  I
            0   11     3     c  I
            0   11     4     d  I
            1   11     5    t1  I
            2   11     6    t2  I
            3   11     7    t3  I
            5   11     8    t5  I
            6   11     9    t6  I
            7   11    10    t7  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib2(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=15, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 536
            iload 2 /* b */
            iload 4 /* d */
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 537
            iload 5 /* t1 */
            iconst_m1
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 538
            iload 1 /* a */
            iload 3 /* c */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 539
            iload 3 /* c */
            iload 5 /* t1 */
            ixor
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 540
            iload 2 /* b */
            iload 8 /* t4 */
            iand
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 541
            aload 0 /* this */
            iload 7 /* t3 */
            iload 9 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         6: .line 542
            iload 1 /* a */
            iload 6 /* t2 */
            ior
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 543
            iload 4 /* d */
            iload 10 /* t7 */
            ixor
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 544
            iload 7 /* t3 */
            iload 11 /* t8 */
            ior
            istore 12 /* t9 */
        start local 12 // int t9
         9: .line 545
            aload 0 /* this */
            iload 5 /* t1 */
            iload 12 /* t9 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        10: .line 546
            iload 8 /* t4 */
            iconst_m1
            ixor
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 547
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ior
            istore 14 /* t12 */
        start local 14 // int t12
        12: .line 548
            aload 0 /* this */
            iload 13 /* t11 */
            iload 14 /* t12 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
        13: .line 549
            aload 0 /* this */
            iload 4 /* d */
            iload 13 /* t11 */
            iand
            iload 7 /* t3 */
            iload 14 /* t12 */
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        14: .line 550
            return
        end local 14 // int t12
        end local 13 // int t11
        end local 12 // int t9
        end local 11 // int t8
        end local 10 // int t7
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   15     1     a  I
            0   15     2     b  I
            0   15     3     c  I
            0   15     4     d  I
            1   15     5    t1  I
            2   15     6    t2  I
            3   15     7    t3  I
            4   15     8    t4  I
            5   15     9    t5  I
            7   15    10    t7  I
            8   15    11    t8  I
            9   15    12    t9  I
           11   15    13   t11  I
           12   15    14   t12  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb3(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=15, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 557
            iload 1 /* a */
            iload 2 /* b */
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 558
            iload 1 /* a */
            iload 3 /* c */
            iand
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 559
            iload 1 /* a */
            iload 4 /* d */
            ior
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 560
            iload 3 /* c */
            iload 4 /* d */
            ixor
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 561
            iload 5 /* t1 */
            iload 7 /* t3 */
            iand
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 562
            iload 6 /* t2 */
            iload 9 /* t5 */
            ior
            istore 10 /* t6 */
        start local 10 // int t6
         6: .line 563
            aload 0 /* this */
            iload 8 /* t4 */
            iload 10 /* t6 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         7: .line 564
            iload 2 /* b */
            iload 7 /* t3 */
            ixor
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 565
            iload 10 /* t6 */
            iload 11 /* t8 */
            ixor
            istore 12 /* t9 */
        start local 12 // int t9
         9: .line 566
            iload 8 /* t4 */
            iload 12 /* t9 */
            iand
            istore 13 /* t10 */
        start local 13 // int t10
        10: .line 567
            aload 0 /* this */
            iload 5 /* t1 */
            iload 13 /* t10 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        11: .line 568
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iand
            istore 14 /* t12 */
        start local 14 // int t12
        12: .line 569
            aload 0 /* this */
            iload 12 /* t9 */
            iload 14 /* t12 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
        13: .line 570
            aload 0 /* this */
            iload 2 /* b */
            iload 4 /* d */
            ior
            iload 8 /* t4 */
            iload 14 /* t12 */
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        14: .line 571
            return
        end local 14 // int t12
        end local 13 // int t10
        end local 12 // int t9
        end local 11 // int t8
        end local 10 // int t6
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   15     1     a  I
            0   15     2     b  I
            0   15     3     c  I
            0   15     4     d  I
            1   15     5    t1  I
            2   15     6    t2  I
            3   15     7    t3  I
            4   15     8    t4  I
            5   15     9    t5  I
            6   15    10    t6  I
            8   15    11    t8  I
            9   15    12    t9  I
           10   15    13   t10  I
           12   15    14   t12  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib3(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=15, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 578
            iload 1 /* a */
            iload 2 /* b */
            ior
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 579
            iload 2 /* b */
            iload 3 /* c */
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 580
            iload 2 /* b */
            iload 6 /* t2 */
            iand
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 581
            iload 1 /* a */
            iload 7 /* t3 */
            ixor
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 582
            iload 3 /* c */
            iload 8 /* t4 */
            ixor
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 583
            iload 4 /* d */
            iload 8 /* t4 */
            ior
            istore 10 /* t6 */
        start local 10 // int t6
         6: .line 584
            aload 0 /* this */
            iload 6 /* t2 */
            iload 10 /* t6 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         7: .line 585
            iload 6 /* t2 */
            iload 10 /* t6 */
            ior
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 586
            iload 4 /* d */
            iload 11 /* t8 */
            ixor
            istore 12 /* t9 */
        start local 12 // int t9
         9: .line 587
            aload 0 /* this */
            iload 9 /* t5 */
            iload 12 /* t9 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        10: .line 588
            iload 5 /* t1 */
            iload 12 /* t9 */
            ixor
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 589
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iload 13 /* t11 */
            iand
            istore 14 /* t12 */
        start local 14 // int t12
        12: .line 590
            aload 0 /* this */
            iload 8 /* t4 */
            iload 14 /* t12 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        13: .line 591
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iload 13 /* t11 */
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
        14: .line 592
            return
        end local 14 // int t12
        end local 13 // int t11
        end local 12 // int t9
        end local 11 // int t8
        end local 10 // int t6
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   15     1     a  I
            0   15     2     b  I
            0   15     3     c  I
            0   15     4     d  I
            1   15     5    t1  I
            2   15     6    t2  I
            3   15     7    t3  I
            4   15     8    t4  I
            5   15     9    t5  I
            6   15    10    t6  I
            8   15    11    t8  I
            9   15    12    t9  I
           11   15    13   t11  I
           12   15    14   t12  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb4(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 599
            iload 1 /* a */
            iload 4 /* d */
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 600
            iload 4 /* d */
            iload 5 /* t1 */
            iand
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 601
            iload 3 /* c */
            iload 6 /* t2 */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 602
            iload 2 /* b */
            iload 7 /* t3 */
            ior
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 603
            aload 0 /* this */
            iload 5 /* t1 */
            iload 8 /* t4 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         5: .line 604
            iload 2 /* b */
            iconst_m1
            ixor
            istore 9 /* t6 */
        start local 9 // int t6
         6: .line 605
            iload 5 /* t1 */
            iload 9 /* t6 */
            ior
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 606
            aload 0 /* this */
            iload 7 /* t3 */
            iload 10 /* t7 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         8: .line 607
            iload 1 /* a */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iand
            istore 11 /* t9 */
        start local 11 // int t9
         9: .line 608
            iload 5 /* t1 */
            iload 9 /* t6 */
            ixor
            istore 12 /* t10 */
        start local 12 // int t10
        10: .line 609
            iload 8 /* t4 */
            iload 12 /* t10 */
            iand
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 610
            aload 0 /* this */
            iload 11 /* t9 */
            iload 13 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        12: .line 611
            aload 0 /* this */
            iload 1 /* a */
            iload 7 /* t3 */
            ixor
            iload 12 /* t10 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
        13: .line 612
            return
        end local 13 // int t11
        end local 12 // int t10
        end local 11 // int t9
        end local 10 // int t7
        end local 9 // int t6
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   14     1     a  I
            0   14     2     b  I
            0   14     3     c  I
            0   14     4     d  I
            1   14     5    t1  I
            2   14     6    t2  I
            3   14     7    t3  I
            4   14     8    t4  I
            6   14     9    t6  I
            7   14    10    t7  I
            9   14    11    t9  I
           10   14    12   t10  I
           11   14    13   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib4(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 619
            iload 3 /* c */
            iload 4 /* d */
            ior
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 620
            iload 1 /* a */
            iload 5 /* t1 */
            iand
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 621
            iload 2 /* b */
            iload 6 /* t2 */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 622
            iload 1 /* a */
            iload 7 /* t3 */
            iand
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 623
            iload 3 /* c */
            iload 8 /* t4 */
            ixor
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 624
            aload 0 /* this */
            iload 4 /* d */
            iload 9 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         6: .line 625
            iload 1 /* a */
            iconst_m1
            ixor
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 626
            iload 9 /* t5 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iand
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 627
            aload 0 /* this */
            iload 7 /* t3 */
            iload 11 /* t8 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         9: .line 628
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iload 10 /* t7 */
            ior
            istore 12 /* t10 */
        start local 12 // int t10
        10: .line 629
            iload 4 /* d */
            iload 12 /* t10 */
            ixor
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 630
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 13 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        12: .line 631
            aload 0 /* this */
            iload 7 /* t3 */
            iload 13 /* t11 */
            iand
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iload 10 /* t7 */
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        13: .line 632
            return
        end local 13 // int t11
        end local 12 // int t10
        end local 11 // int t8
        end local 10 // int t7
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   14     1     a  I
            0   14     2     b  I
            0   14     3     c  I
            0   14     4     d  I
            1   14     5    t1  I
            2   14     6    t2  I
            3   14     7    t3  I
            4   14     8    t4  I
            5   14     9    t5  I
            7   14    10    t7  I
            8   14    11    t8  I
           10   14    12   t10  I
           11   14    13   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb5(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=15, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 639
            iload 1 /* a */
            iconst_m1
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 640
            iload 1 /* a */
            iload 2 /* b */
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 641
            iload 1 /* a */
            iload 4 /* d */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 642
            iload 3 /* c */
            iload 5 /* t1 */
            ixor
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 643
            iload 6 /* t2 */
            iload 7 /* t3 */
            ior
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 644
            aload 0 /* this */
            iload 8 /* t4 */
            iload 9 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         6: .line 645
            iload 4 /* d */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iand
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 646
            iload 6 /* t2 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ixor
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 647
            aload 0 /* this */
            iload 10 /* t7 */
            iload 11 /* t8 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         9: .line 648
            iload 5 /* t1 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            ior
            istore 12 /* t10 */
        start local 12 // int t10
        10: .line 649
            iload 6 /* t2 */
            iload 10 /* t7 */
            ior
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 650
            iload 7 /* t3 */
            iload 12 /* t10 */
            ixor
            istore 14 /* t12 */
        start local 14 // int t12
        12: .line 651
            aload 0 /* this */
            iload 13 /* t11 */
            iload 14 /* t12 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        13: .line 652
            aload 0 /* this */
            iload 2 /* b */
            iload 10 /* t7 */
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iload 14 /* t12 */
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        14: .line 653
            return
        end local 14 // int t12
        end local 13 // int t11
        end local 12 // int t10
        end local 11 // int t8
        end local 10 // int t7
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   15     1     a  I
            0   15     2     b  I
            0   15     3     c  I
            0   15     4     d  I
            1   15     5    t1  I
            2   15     6    t2  I
            3   15     7    t3  I
            4   15     8    t4  I
            5   15     9    t5  I
            7   15    10    t7  I
            8   15    11    t8  I
           10   15    12   t10  I
           11   15    13   t11  I
           12   15    14   t12  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib5(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=14, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 660
            iload 3 /* c */
            iconst_m1
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 661
            iload 2 /* b */
            iload 5 /* t1 */
            iand
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 662
            iload 4 /* d */
            iload 6 /* t2 */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 663
            iload 1 /* a */
            iload 7 /* t3 */
            iand
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 664
            iload 2 /* b */
            iload 5 /* t1 */
            ixor
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 665
            aload 0 /* this */
            iload 8 /* t4 */
            iload 9 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         6: .line 666
            iload 2 /* b */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ior
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 667
            iload 1 /* a */
            iload 10 /* t7 */
            iand
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 668
            aload 0 /* this */
            iload 7 /* t3 */
            iload 11 /* t8 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         9: .line 669
            iload 1 /* a */
            iload 4 /* d */
            ior
            istore 12 /* t10 */
        start local 12 // int t10
        10: .line 670
            iload 5 /* t1 */
            iload 10 /* t7 */
            ixor
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 671
            aload 0 /* this */
            iload 12 /* t10 */
            iload 13 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        12: .line 672
            aload 0 /* this */
            iload 2 /* b */
            iload 12 /* t10 */
            iand
            iload 8 /* t4 */
            iload 1 /* a */
            iload 3 /* c */
            ixor
            ior
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        13: .line 673
            return
        end local 13 // int t11
        end local 12 // int t10
        end local 11 // int t8
        end local 10 // int t7
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   14     1     a  I
            0   14     2     b  I
            0   14     3     c  I
            0   14     4     d  I
            1   14     5    t1  I
            2   14     6    t2  I
            3   14     7    t3  I
            4   14     8    t4  I
            5   14     9    t5  I
            7   14    10    t7  I
            8   14    11    t8  I
           10   14    12   t10  I
           11   14    13   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb6(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 680
            iload 1 /* a */
            iconst_m1
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 681
            iload 1 /* a */
            iload 4 /* d */
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 682
            iload 2 /* b */
            iload 6 /* t2 */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 683
            iload 5 /* t1 */
            iload 6 /* t2 */
            ior
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 684
            iload 3 /* c */
            iload 8 /* t4 */
            ixor
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 685
            aload 0 /* this */
            iload 2 /* b */
            iload 9 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         6: .line 686
            iload 6 /* t2 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ior
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 687
            iload 4 /* d */
            iload 10 /* t7 */
            ixor
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 688
            iload 9 /* t5 */
            iload 11 /* t8 */
            iand
            istore 12 /* t9 */
        start local 12 // int t9
         9: .line 689
            aload 0 /* this */
            iload 7 /* t3 */
            iload 12 /* t9 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        10: .line 690
            iload 9 /* t5 */
            iload 11 /* t8 */
            ixor
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 691
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iload 13 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        12: .line 692
            aload 0 /* this */
            iload 9 /* t5 */
            iconst_m1
            ixor
            iload 7 /* t3 */
            iload 13 /* t11 */
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        13: .line 693
            return
        end local 13 // int t11
        end local 12 // int t9
        end local 11 // int t8
        end local 10 // int t7
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   14     1     a  I
            0   14     2     b  I
            0   14     3     c  I
            0   14     4     d  I
            1   14     5    t1  I
            2   14     6    t2  I
            3   14     7    t3  I
            4   14     8    t4  I
            5   14     9    t5  I
            7   14    10    t7  I
            8   14    11    t8  I
            9   14    12    t9  I
           11   14    13   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib6(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 700
            iload 1 /* a */
            iconst_m1
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 701
            iload 1 /* a */
            iload 2 /* b */
            ixor
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 702
            iload 3 /* c */
            iload 6 /* t2 */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 703
            iload 3 /* c */
            iload 5 /* t1 */
            ior
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 704
            iload 4 /* d */
            iload 8 /* t4 */
            ixor
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 705
            aload 0 /* this */
            iload 7 /* t3 */
            iload 9 /* t5 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         6: .line 706
            iload 7 /* t3 */
            iload 9 /* t5 */
            iand
            istore 10 /* t7 */
        start local 10 // int t7
         7: .line 707
            iload 6 /* t2 */
            iload 10 /* t7 */
            ixor
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 708
            iload 2 /* b */
            iload 11 /* t8 */
            ior
            istore 12 /* t9 */
        start local 12 // int t9
         9: .line 709
            aload 0 /* this */
            iload 9 /* t5 */
            iload 12 /* t9 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        10: .line 710
            iload 2 /* b */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ior
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 711
            aload 0 /* this */
            iload 11 /* t8 */
            iload 13 /* t11 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        12: .line 712
            aload 0 /* this */
            iload 4 /* d */
            iload 5 /* t1 */
            iand
            iload 7 /* t3 */
            iload 13 /* t11 */
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        13: .line 713
            return
        end local 13 // int t11
        end local 12 // int t9
        end local 11 // int t8
        end local 10 // int t7
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   14     1     a  I
            0   14     2     b  I
            0   14     3     c  I
            0   14     4     d  I
            1   14     5    t1  I
            2   14     6    t2  I
            3   14     7    t3  I
            4   14     8    t4  I
            5   14     9    t5  I
            7   14    10    t7  I
            8   14    11    t8  I
            9   14    12    t9  I
           11   14    13   t11  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void sb7(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=15, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 720
            iload 2 /* b */
            iload 3 /* c */
            ixor
            istore 5 /* t1 */
        start local 5 // int t1
         1: .line 721
            iload 3 /* c */
            iload 5 /* t1 */
            iand
            istore 6 /* t2 */
        start local 6 // int t2
         2: .line 722
            iload 4 /* d */
            iload 6 /* t2 */
            ixor
            istore 7 /* t3 */
        start local 7 // int t3
         3: .line 723
            iload 1 /* a */
            iload 7 /* t3 */
            ixor
            istore 8 /* t4 */
        start local 8 // int t4
         4: .line 724
            iload 4 /* d */
            iload 5 /* t1 */
            ior
            istore 9 /* t5 */
        start local 9 // int t5
         5: .line 725
            iload 8 /* t4 */
            iload 9 /* t5 */
            iand
            istore 10 /* t6 */
        start local 10 // int t6
         6: .line 726
            aload 0 /* this */
            iload 2 /* b */
            iload 10 /* t6 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         7: .line 727
            iload 7 /* t3 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ior
            istore 11 /* t8 */
        start local 11 // int t8
         8: .line 728
            iload 1 /* a */
            iload 8 /* t4 */
            iand
            istore 12 /* t9 */
        start local 12 // int t9
         9: .line 729
            aload 0 /* this */
            iload 5 /* t1 */
            iload 12 /* t9 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
        10: .line 730
            iload 8 /* t4 */
            iload 11 /* t8 */
            ixor
            istore 13 /* t11 */
        start local 13 // int t11
        11: .line 731
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 13 /* t11 */
            iand
            istore 14 /* t12 */
        start local 14 // int t12
        12: .line 732
            aload 0 /* this */
            iload 7 /* t3 */
            iload 14 /* t12 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
        13: .line 733
            aload 0 /* this */
            iload 13 /* t11 */
            iconst_m1
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iand
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
        14: .line 734
            return
        end local 14 // int t12
        end local 13 // int t11
        end local 12 // int t9
        end local 11 // int t8
        end local 10 // int t6
        end local 9 // int t5
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   15     1     a  I
            0   15     2     b  I
            0   15     3     c  I
            0   15     4     d  I
            1   15     5    t1  I
            2   15     6    t2  I
            3   15     7    t3  I
            4   15     8    t4  I
            5   15     9    t5  I
            6   15    10    t6  I
            8   15    11    t8  I
            9   15    12    t9  I
           11   15    13   t11  I
           12   15    14   t12  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void ib7(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
         0: .line 741
            iload 3 /* c */
            iload 1 /* a */
            iload 2 /* b */
            iand
            ior
            istore 5 /* t3 */
        start local 5 // int t3
         1: .line 742
            iload 4 /* d */
            iload 1 /* a */
            iload 2 /* b */
            ior
            iand
            istore 6 /* t4 */
        start local 6 // int t4
         2: .line 743
            aload 0 /* this */
            iload 5 /* t3 */
            iload 6 /* t4 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         3: .line 744
            iload 4 /* d */
            iconst_m1
            ixor
            istore 7 /* t6 */
        start local 7 // int t6
         4: .line 745
            iload 2 /* b */
            iload 6 /* t4 */
            ixor
            istore 8 /* t7 */
        start local 8 // int t7
         5: .line 746
            iload 8 /* t7 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 7 /* t6 */
            ixor
            ior
            istore 9 /* t9 */
        start local 9 // int t9
         6: .line 747
            aload 0 /* this */
            iload 1 /* a */
            iload 9 /* t9 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         7: .line 748
            aload 0 /* this */
            iload 3 /* c */
            iload 8 /* t7 */
            ixor
            iload 4 /* d */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ior
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         8: .line 749
            aload 0 /* this */
            iload 5 /* t3 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iload 1 /* a */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iand
            ixor
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         9: .line 750
            return
        end local 9 // int t9
        end local 8 // int t7
        end local 7 // int t6
        end local 6 // int t4
        end local 5 // int t3
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            0   10     1     a  I
            0   10     2     b  I
            0   10     3     c  I
            0   10     4     d  I
            1   10     5    t3  I
            2   10     6    t4  I
            4   10     7    t6  I
            5   10     8    t7  I
            6   10     9    t9  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  private void LT();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
         0: .line 757
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            bipush 13
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            istore 1 /* x0 */
        start local 1 // int x0
         1: .line 758
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            iconst_3
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            istore 2 /* x2 */
        start local 2 // int x2
         2: .line 759
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iload 1 /* x0 */
            ixor
            iload 2 /* x2 */
            ixor
            istore 3 /* x1 */
        start local 3 // int x1
         3: .line 760
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            iload 2 /* x2 */
            ixor
            iload 1 /* x0 */
            iconst_3
            ishl
            ixor
            istore 4 /* x3 */
        start local 4 // int x3
         4: .line 762
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* x1 */
            iconst_1
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         5: .line 763
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* x3 */
            bipush 7
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         6: .line 764
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* x0 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            iconst_5
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         7: .line 765
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* x2 */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            bipush 7
            ishl
            ixor
            bipush 22
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateLeft:(II)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         8: .line 766
            return
        end local 4 // int x3
        end local 3 // int x1
        end local 2 // int x2
        end local 1 // int x0
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            1    9     1    x0  I
            2    9     2    x2  I
            3    9     3    x1  I
            4    9     4    x3  I

  private void inverseLT();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
         0: .line 773
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
            bipush 22
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateRight:(II)I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            bipush 7
            ishl
            ixor
            istore 1 /* x2 */
        start local 1 // int x2
         1: .line 774
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
            iconst_5
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateRight:(II)I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            ixor
            istore 2 /* x0 */
        start local 2 // int x0
         2: .line 775
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
            bipush 7
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateRight:(II)I
            istore 3 /* x3 */
        start local 3 // int x3
         3: .line 776
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
            iconst_1
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateRight:(II)I
            istore 4 /* x1 */
        start local 4 // int x1
         4: .line 777
            aload 0 /* this */
            iload 3 /* x3 */
            iload 1 /* x2 */
            ixor
            iload 2 /* x0 */
            iconst_3
            ishl
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X3:I
         5: .line 778
            aload 0 /* this */
            iload 4 /* x1 */
            iload 2 /* x0 */
            ixor
            iload 1 /* x2 */
            ixor
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X1:I
         6: .line 779
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* x2 */
            iconst_3
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateRight:(II)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X2:I
         7: .line 780
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* x0 */
            bipush 13
            invokevirtual org.bouncycastle.crypto.engines.SerpentEngine.rotateRight:(II)I
            putfield org.bouncycastle.crypto.engines.SerpentEngine.X0:I
         8: .line 781
            return
        end local 4 // int x1
        end local 3 // int x3
        end local 2 // int x0
        end local 1 // int x2
        end local 0 // org.bouncycastle.crypto.engines.SerpentEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/crypto/engines/SerpentEngine;
            1    9     1    x2  I
            2    9     2    x0  I
            3    9     3    x3  I
            4    9     4    x1  I
}
SourceFile: "SerpentEngine.java"