public class org.bouncycastle.crypto.engines.HC128Engine implements org.bouncycastle.crypto.StreamCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.crypto.engines.HC128Engine
  super_class: java.lang.Object
{
  private int[] p;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  private byte[] key;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private byte[] iv;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  private byte[] buf;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            sipush 512
            newarray 10
            putfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
         2: .line 26
            aload 0 /* this */
            sipush 512
            newarray 10
            putfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
         3: .line 27
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
         4: .line 200
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield org.bouncycastle.crypto.engines.HC128Engine.buf:[B
         5: .line 201
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.crypto.engines.HC128Engine.idx:I
         6: .line 22
            return
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;

  private static int f1(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int x
         0: .line 31
            iload 0 /* x */
            bipush 7
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
            iload 0 /* x */
            bipush 18
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
            ixor
         1: .line 32
            iload 0 /* x */
            iconst_3
            iushr
         2: .line 31
            ixor
            ireturn
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  I
    MethodParameters:
      Name  Flags
      x     

  private static int f2(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int x
         0: .line 37
            iload 0 /* x */
            bipush 17
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
            iload 0 /* x */
            bipush 19
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
            ixor
         1: .line 38
            iload 0 /* x */
            bipush 10
            iushr
         2: .line 37
            ixor
            ireturn
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     x  I
    MethodParameters:
      Name  Flags
      x     

  private int g1(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int z
         0: .line 43
            iload 1 /* x */
            bipush 10
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
            iload 3 /* z */
            bipush 23
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
            ixor
         1: .line 44
            iload 2 /* y */
            bipush 8
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateRight:(II)I
         2: .line 43
            iadd
            ireturn
        end local 3 // int z
        end local 2 // int y
        end local 1 // int x
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0    3     1     x  I
            0    3     2     y  I
            0    3     3     z  I
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  private int g2(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int z
         0: .line 49
            iload 1 /* x */
            bipush 10
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateLeft:(II)I
            iload 3 /* z */
            bipush 23
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateLeft:(II)I
            ixor
            iload 2 /* y */
            bipush 8
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.rotateLeft:(II)I
            iadd
            ireturn
        end local 3 // int z
        end local 2 // int y
        end local 1 // int x
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0    1     1     x  I
            0    1     2     y  I
            0    1     3     z  I
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  private static int rotateLeft(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int bits
         0: .line 56
            iload 0 /* x */
            iload 1 /* bits */
            ishl
            iload 0 /* x */
            iload 1 /* bits */
            ineg
            iushr
            ior
            ireturn
        end local 1 // int bits
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
            0    1     1  bits  I
    MethodParameters:
      Name  Flags
      x     
      bits  

  private static int rotateRight(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int bits
         0: .line 63
            iload 0 /* x */
            iload 1 /* bits */
            iushr
            iload 0 /* x */
            iload 1 /* bits */
            ineg
            ishl
            ior
            ireturn
        end local 1 // int bits
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
            0    1     1  bits  I
    MethodParameters:
      Name  Flags
      x     
      bits  

  private int h1(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // int x
         0: .line 68
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* x */
            sipush 255
            iand
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* x */
            bipush 16
            ishr
            sipush 255
            iand
            sipush 256
            iadd
            iaload
            iadd
            ireturn
        end local 1 // int x
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     

  private int h2(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // int x
         0: .line 73
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* x */
            sipush 255
            iand
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* x */
            bipush 16
            ishr
            sipush 255
            iand
            sipush 256
            iadd
            iaload
            iadd
            ireturn
        end local 1 // int x
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     

  private static int mod1024(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int x
         0: .line 78
            iload 0 /* x */
            sipush 1023
            iand
            ireturn
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
    MethodParameters:
      Name  Flags
      x     

  private static int mod512(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int x
         0: .line 83
            iload 0 /* x */
            sipush 511
            iand
            ireturn
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
    MethodParameters:
      Name  Flags
      x     

  private static int dim(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int y
         0: .line 88
            iload 0 /* x */
            iload 1 /* y */
            isub
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.mod512:(I)I
            ireturn
        end local 1 // int y
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
            0    1     1     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  private int step();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=3, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
         0: .line 93
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.mod512:(I)I
            istore 1 /* j */
        start local 1 // int j
         1: .line 95
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
            sipush 512
            if_icmpge 5
         2: .line 97
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* j */
            dup2
            iaload
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* j */
            iconst_3
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* j */
            bipush 10
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* j */
            sipush 511
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.g1:(III)I
            iadd
            iastore
         3: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* j */
            bipush 12
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.h1:(I)I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 1 /* j */
            iaload
            ixor
            istore 2 /* ret */
        start local 2 // int ret
         4: .line 99
            goto 7
        end local 2 // int ret
         5: .line 102
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* j */
            dup2
            iaload
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* j */
            iconst_3
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* j */
            bipush 10
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* j */
            sipush 511
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.g2:(III)I
            iadd
            iastore
         6: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* j */
            bipush 12
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.dim:(II)I
            iaload
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.h2:(I)I
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 1 /* j */
            iaload
            ixor
            istore 2 /* ret */
        start local 2 // int ret
         7: .line 105
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
            iconst_1
            iadd
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.mod1024:(I)I
            putfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
         8: .line 106
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int j
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            1    9     1     j  I
            4    5     2   ret  I
            7    9     2   ret  I

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
         0: .line 114
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.key:[B
            arraylength
            bipush 16
            if_icmpeq 4
         1: .line 116
            new java.lang.IllegalArgumentException
            dup
         2: .line 117
            ldc "The key must be 128 bits long"
         3: .line 116
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
         5: .line 122
            sipush 1280
            newarray 10
            astore 1 /* w */
        start local 1 // int[] w
         6: .line 124
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 10
         8: .line 126
      StackMap locals: int[] int
      StackMap stack:
            aload 1 /* w */
            iload 2 /* i */
            iconst_2
            ishr
            dup2
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.key:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            bipush 8
            iload 2 /* i */
            iconst_3
            iand
            imul
            ishl
            ior
            iastore
         9: .line 124
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            bipush 16
            if_icmplt 8
        end local 2 // int i
        11: .line 128
            aload 1 /* w */
            iconst_0
            aload 1 /* w */
            iconst_4
            iconst_4
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 130
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 16
        14: .line 132
      StackMap locals:
      StackMap stack:
            aload 1 /* w */
            iload 2 /* i */
            iconst_2
            ishr
            bipush 8
            iadd
            dup2
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.iv:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            bipush 8
            iload 2 /* i */
            iconst_3
            iand
            imul
            ishl
            ior
            iastore
        15: .line 130
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.iv:[B
            arraylength
            if_icmpge 17
            iload 2 /* i */
            bipush 16
            if_icmplt 14
        end local 2 // int i
        17: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* w */
            bipush 8
            aload 1 /* w */
            bipush 12
            iconst_4
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 136
            bipush 16
            istore 2 /* i */
        start local 2 // int i
        19: goto 22
        20: .line 138
      StackMap locals: int
      StackMap stack:
            aload 1 /* w */
            iload 2 /* i */
            aload 1 /* w */
            iload 2 /* i */
            iconst_2
            isub
            iaload
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.f2:(I)I
            aload 1 /* w */
            iload 2 /* i */
            bipush 7
            isub
            iaload
            iadd
            aload 1 /* w */
            iload 2 /* i */
            bipush 15
            isub
            iaload
            invokestatic org.bouncycastle.crypto.engines.HC128Engine.f1:(I)I
            iadd
            aload 1 /* w */
            iload 2 /* i */
            bipush 16
            isub
            iaload
            iadd
            iload 2 /* i */
            iadd
            iastore
        21: .line 136
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 2 /* i */
            sipush 1280
            if_icmplt 20
        end local 2 // int i
        23: .line 141
            aload 1 /* w */
            sipush 256
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iconst_0
            sipush 512
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        24: .line 142
            aload 1 /* w */
            sipush 768
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iconst_0
            sipush 512
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 144
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        26: goto 29
        27: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.p:[I
            iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.step:()I
            iastore
        28: .line 144
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 2 /* i */
            sipush 512
            if_icmplt 27
        end local 2 // int i
        30: .line 148
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        31: goto 34
        32: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.q:[I
            iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.step:()I
            iastore
        33: .line 148
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 2 /* i */
            sipush 512
            if_icmplt 32
        end local 2 // int i
        35: .line 153
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.crypto.engines.HC128Engine.cnt:I
        36: .line 154
            return
        end local 1 // int[] w
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            6   37     1     w  [I
            7   11     2     i  I
           13   17     2     i  I
           19   23     2     i  I
           26   30     2     i  I
           31   35     2     i  I

  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.HC128Engine this
         0: .line 158
            ldc "HC-128"
            areturn
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;

  public void init(boolean, org.bouncycastle.crypto.CipherParameters);
    descriptor: (ZLorg/bouncycastle/crypto/CipherParameters;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // boolean forEncryption
        start local 2 // org.bouncycastle.crypto.CipherParameters params
         0: .line 173
            aload 2 /* params */
            astore 3 /* keyParam */
        start local 3 // org.bouncycastle.crypto.CipherParameters keyParam
         1: .line 175
            aload 2 /* params */
            instanceof org.bouncycastle.crypto.params.ParametersWithIV
            ifeq 5
         2: .line 177
            aload 0 /* this */
            aload 2 /* params */
            checkcast org.bouncycastle.crypto.params.ParametersWithIV
            invokevirtual org.bouncycastle.crypto.params.ParametersWithIV.getIV:()[B
            putfield org.bouncycastle.crypto.engines.HC128Engine.iv:[B
         3: .line 178
            aload 2 /* params */
            checkcast org.bouncycastle.crypto.params.ParametersWithIV
            invokevirtual org.bouncycastle.crypto.params.ParametersWithIV.getParameters:()Lorg/bouncycastle/crypto/CipherParameters;
            astore 3 /* keyParam */
         4: .line 179
            goto 6
         5: .line 182
      StackMap locals: org.bouncycastle.crypto.CipherParameters
      StackMap stack:
            aload 0 /* this */
            iconst_0
            newarray 8
            putfield org.bouncycastle.crypto.engines.HC128Engine.iv:[B
         6: .line 185
      StackMap locals:
      StackMap stack:
            aload 3 /* keyParam */
            instanceof org.bouncycastle.crypto.params.KeyParameter
            ifeq 10
         7: .line 187
            aload 0 /* this */
            aload 3 /* keyParam */
            checkcast org.bouncycastle.crypto.params.KeyParameter
            invokevirtual org.bouncycastle.crypto.params.KeyParameter.getKey:()[B
            putfield org.bouncycastle.crypto.engines.HC128Engine.key:[B
         8: .line 188
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.init:()V
         9: .line 189
            goto 15
        10: .line 192
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        11: .line 193
            new java.lang.StringBuilder
            dup
            ldc "Invalid parameter passed to HC128 init - "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 194
            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;
        13: .line 193
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 192
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.crypto.engines.HC128Engine.initialised:Z
        16: .line 198
            return
        end local 3 // org.bouncycastle.crypto.CipherParameters keyParam
        end local 2 // org.bouncycastle.crypto.CipherParameters params
        end local 1 // boolean forEncryption
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0   17     1  forEncryption  Z
            0   17     2         params  Lorg/bouncycastle/crypto/CipherParameters;
            1   17     3       keyParam  Lorg/bouncycastle/crypto/CipherParameters;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
               Name  Flags
      forEncryption  
      params         

  private byte getByte();
    descriptor: ()B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
         0: .line 205
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.idx:I
            ifne 9
         1: .line 207
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.step:()I
            istore 1 /* step */
        start local 1 // int step
         2: .line 208
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.buf:[B
            iconst_0
            iload 1 /* step */
            sipush 255
            iand
            i2b
            bastore
         3: .line 209
            iload 1 /* step */
            bipush 8
            ishr
            istore 1 /* step */
         4: .line 210
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.buf:[B
            iconst_1
            iload 1 /* step */
            sipush 255
            iand
            i2b
            bastore
         5: .line 211
            iload 1 /* step */
            bipush 8
            ishr
            istore 1 /* step */
         6: .line 212
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.buf:[B
            iconst_2
            iload 1 /* step */
            sipush 255
            iand
            i2b
            bastore
         7: .line 213
            iload 1 /* step */
            bipush 8
            ishr
            istore 1 /* step */
         8: .line 214
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.buf:[B
            iconst_3
            iload 1 /* step */
            sipush 255
            iand
            i2b
            bastore
        end local 1 // int step
         9: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.buf:[B
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.idx:I
            baload
            istore 1 /* ret */
        start local 1 // byte ret
        10: .line 217
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.idx:I
            iconst_1
            iadd
            iconst_3
            iand
            putfield org.bouncycastle.crypto.engines.HC128Engine.idx:I
        11: .line 218
            iload 1 /* ret */
            ireturn
        end local 1 // byte ret
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            2    9     1  step  I
           10   12     1   ret  B

  public void processBytes(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int len
        start local 4 // byte[] out
        start local 5 // int outOff
         0: .line 224
            aload 0 /* this */
            getfield org.bouncycastle.crypto.engines.HC128Engine.initialised:Z
            ifne 4
         1: .line 226
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.getAlgorithmName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 227
            ldc " not initialised"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 226
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 230
      StackMap locals:
      StackMap stack:
            iload 2 /* inOff */
            iload 3 /* len */
            iadd
            aload 1 /* in */
            arraylength
            if_icmple 6
         5: .line 232
            new org.bouncycastle.crypto.DataLengthException
            dup
            ldc "input buffer too short"
            invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 235
      StackMap locals:
      StackMap stack:
            iload 5 /* outOff */
            iload 3 /* len */
            iadd
            aload 4 /* out */
            arraylength
            if_icmple 8
         7: .line 237
            new org.bouncycastle.crypto.DataLengthException
            dup
            ldc "output buffer too short"
            invokespecial org.bouncycastle.crypto.DataLengthException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 240
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 12
        10: .line 242
      StackMap locals: int
      StackMap stack:
            aload 4 /* out */
            iload 5 /* outOff */
            iload 6 /* i */
            iadd
            aload 1 /* in */
            iload 2 /* inOff */
            iload 6 /* i */
            iadd
            baload
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.getByte:()B
            ixor
            i2b
            bastore
        11: .line 240
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 3 /* len */
            if_icmplt 10
        end local 6 // int i
        13: .line 244
            return
        end local 5 // int outOff
        end local 4 // byte[] out
        end local 3 // int len
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0   14     1      in  [B
            0   14     2   inOff  I
            0   14     3     len  I
            0   14     4     out  [B
            0   14     5  outOff  I
            9   13     6       i  I
    Exceptions:
      throws org.bouncycastle.crypto.DataLengthException
    MethodParameters:
        Name  Flags
      in      
      inOff   
      len     
      out     
      outOff  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
         0: .line 248
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.crypto.engines.HC128Engine.idx:I
         1: .line 249
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.init:()V
         2: .line 250
            return
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;

  public byte returnByte(byte);
    descriptor: (B)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.crypto.engines.HC128Engine this
        start local 1 // byte in
         0: .line 254
            iload 1 /* in */
            aload 0 /* this */
            invokevirtual org.bouncycastle.crypto.engines.HC128Engine.getByte:()B
            ixor
            i2b
            ireturn
        end local 1 // byte in
        end local 0 // org.bouncycastle.crypto.engines.HC128Engine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/crypto/engines/HC128Engine;
            0    1     1    in  B
    MethodParameters:
      Name  Flags
      in    
}
SourceFile: "HC128Engine.java"