public class org.eclipse.jgit.util.sha1.SHA1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.util.sha1.SHA1
  super_class: java.lang.Object
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean DETECT_COLLISIONS;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.eclipse.jgit.util.sha1.SHA1$State h;
    descriptor: Lorg/eclipse/jgit/util/sha1/SHA1$State;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] w;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] buffer;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long length;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

  private final int[] w2;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.util.sha1.SHA1$State state58;
    descriptor: Lorg/eclipse/jgit/util/sha1/SHA1$State;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.util.sha1.SHA1$State state65;
    descriptor: Lorg/eclipse/jgit/util/sha1/SHA1$State;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.util.sha1.SHA1$State hIn;
    descriptor: Lorg/eclipse/jgit/util/sha1/SHA1$State;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.util.sha1.SHA1$State hTmp;
    descriptor: Lorg/eclipse/jgit/util/sha1/SHA1$State;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 48
            ldc Lorg/eclipse/jgit/util/sha1/SHA1;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jgit.util.sha1.SHA1.LOG:Lorg/slf4j/Logger;
         1: .line 52
            invokestatic org.eclipse.jgit.util.SystemReader.getInstance:()Lorg/eclipse/jgit/util/SystemReader;
            astore 0 /* sr */
        start local 0 // org.eclipse.jgit.util.SystemReader sr
         2: .line 53
            aload 0 /* sr */
            ldc "org.eclipse.jgit.util.sha1.detectCollision"
            invokevirtual org.eclipse.jgit.util.SystemReader.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* v */
        start local 1 // java.lang.String v
         3: .line 54
            aload 1 /* v */
            ifnull 4
            aload 1 /* v */
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            goto 5
      StackMap locals: org.eclipse.jgit.util.SystemReader java.lang.String
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: putstatic org.eclipse.jgit.util.sha1.SHA1.DETECT_COLLISIONS:Z
        end local 1 // java.lang.String v
        end local 0 // org.eclipse.jgit.util.SystemReader sr
         6: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    6     0    sr  Lorg/eclipse/jgit/util/SystemReader;
            3    6     1     v  Ljava/lang/String;

  public static org.eclipse.jgit.util.sha1.SHA1 newInstance();
    descriptor: ()Lorg/eclipse/jgit/util/sha1/SHA1;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 63
            new org.eclipse.jgit.util.sha1.SHA1
            dup
            invokespecial org.eclipse.jgit.util.sha1.SHA1.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            new org.eclipse.jgit.util.sha1.SHA1$State
            dup
            invokespecial org.eclipse.jgit.util.sha1.SHA1$State.<init>:()V
            putfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
         2: .line 67
            aload 0 /* this */
            bipush 80
            newarray 10
            putfield org.eclipse.jgit.util.sha1.SHA1.w:[I
         3: .line 70
            aload 0 /* this */
            bipush 64
            newarray 8
            putfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
         4: .line 75
            aload 0 /* this */
            getstatic org.eclipse.jgit.util.sha1.SHA1.DETECT_COLLISIONS:Z
            putfield org.eclipse.jgit.util.sha1.SHA1.detectCollision:Z
         5: .line 78
            aload 0 /* this */
            bipush 80
            newarray 10
            putfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
         6: .line 79
            aload 0 /* this */
            new org.eclipse.jgit.util.sha1.SHA1$State
            dup
            invokespecial org.eclipse.jgit.util.sha1.SHA1$State.<init>:()V
            putfield org.eclipse.jgit.util.sha1.SHA1.state58:Lorg/eclipse/jgit/util/sha1/SHA1$State;
         7: .line 80
            aload 0 /* this */
            new org.eclipse.jgit.util.sha1.SHA1$State
            dup
            invokespecial org.eclipse.jgit.util.sha1.SHA1$State.<init>:()V
            putfield org.eclipse.jgit.util.sha1.SHA1.state65:Lorg/eclipse/jgit/util/sha1/SHA1$State;
         8: .line 81
            aload 0 /* this */
            new org.eclipse.jgit.util.sha1.SHA1$State
            dup
            invokespecial org.eclipse.jgit.util.sha1.SHA1$State.<init>:()V
            putfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
         9: .line 82
            aload 0 /* this */
            new org.eclipse.jgit.util.sha1.SHA1$State
            dup
            invokespecial org.eclipse.jgit.util.sha1.SHA1$State.<init>:()V
            putfield org.eclipse.jgit.util.sha1.SHA1.hTmp:Lorg/eclipse/jgit/util/sha1/SHA1$State;
        10: .line 85
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.init:()V
        11: .line 86
            return
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;

  public org.eclipse.jgit.util.sha1.SHA1 setDetectCollision(boolean);
    descriptor: (Z)Lorg/eclipse/jgit/util/sha1/SHA1;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // boolean detect
         0: .line 101
            aload 0 /* this */
            iload 1 /* detect */
            putfield org.eclipse.jgit.util.sha1.SHA1.detectCollision:Z
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // boolean detect
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0    2     1  detect  Z
    MethodParameters:
        Name  Flags
      detect  

  public void update(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // byte b
         0: .line 111
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            ldc 63
            land
            l2i
            istore 2 /* bufferLen */
        start local 2 // int bufferLen
         1: .line 112
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            lconst_1
            ladd
            putfield org.eclipse.jgit.util.sha1.SHA1.length:J
         2: .line 113
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iload 2 /* bufferLen */
            iload 1 /* b */
            bastore
         3: .line 114
            iload 2 /* bufferLen */
            bipush 63
            if_icmpne 5
         4: .line 115
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iconst_0
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.compress:([BI)V
         5: .line 117
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int bufferLen
        end local 1 // byte b
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0    6     1          b  B
            1    6     2  bufferLen  I
    MethodParameters:
      Name  Flags
      b     

  public void update(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // byte[] in
         0: .line 126
            aload 0 /* this */
            aload 1 /* in */
            iconst_0
            aload 1 /* in */
            arraylength
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.update:([BII)V
         1: .line 127
            return
        end local 1 // byte[] in
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0    2     1    in  [B
    MethodParameters:
      Name  Flags
      in    

  public void update(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // byte[] in
        start local 2 // int p
        start local 3 // int len
         0: .line 142
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            ldc 63
            land
            l2i
            istore 4 /* bufferLen */
        start local 4 // int bufferLen
         1: .line 143
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            iload 3 /* len */
            i2l
            ladd
            putfield org.eclipse.jgit.util.sha1.SHA1.length:J
         2: .line 145
            iload 4 /* bufferLen */
            ifle 14
         3: .line 146
            bipush 64
            iload 4 /* bufferLen */
            isub
            iload 3 /* len */
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* n */
        start local 5 // int n
         4: .line 147
            aload 1 /* in */
            iload 2 /* p */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iload 4 /* bufferLen */
            iload 5 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 148
            iload 2 /* p */
            iload 5 /* n */
            iadd
            istore 2 /* p */
         6: .line 149
            iload 3 /* len */
            iload 5 /* n */
            isub
            istore 3 /* len */
         7: .line 150
            iload 4 /* bufferLen */
            iload 5 /* n */
            iadd
            bipush 64
            if_icmpge 9
         8: .line 151
            return
         9: .line 153
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iconst_0
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.compress:([BI)V
        end local 5 // int n
        10: .line 155
            goto 14
        11: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            iload 2 /* p */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.compress:([BI)V
        12: .line 157
            iinc 2 /* p */ 64
        13: .line 158
            iinc 3 /* len */ -64
        14: .line 155
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            bipush 64
            if_icmpge 11
        15: .line 160
            iload 3 /* len */
            ifle 17
        16: .line 161
            aload 1 /* in */
            iload 2 /* p */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int bufferLen
        end local 3 // int len
        end local 2 // int p
        end local 1 // byte[] in
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0   18     1         in  [B
            0   18     2          p  I
            0   18     3        len  I
            1   18     4  bufferLen  I
            4   10     5          n  I
    MethodParameters:
      Name  Flags
      in    
      p     
      len   

  private void compress(byte[], int);
    descriptor: ([BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // byte[] block
        start local 2 // int p
         0: .line 166
            aload 0 /* this */
            aload 1 /* block */
            iload 2 /* p */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.initBlock:([BI)V
         1: .line 167
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.detectCollision:Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            invokestatic org.eclipse.jgit.util.sha1.UbcCheck.check:([I)I
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* ubcDvMask */
        start local 3 // int ubcDvMask
         4: .line 168
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.compress:()V
         5: .line 170
            goto 18
         6: .line 171
      StackMap locals: int
      StackMap stack:
            iload 3 /* ubcDvMask */
            invokestatic java.lang.Integer.lowestOneBit:(I)I
            invokestatic java.lang.Integer.numberOfTrailingZeros:(I)I
            istore 4 /* b */
        start local 4 // int b
         7: .line 172
            getstatic org.eclipse.jgit.util.sha1.UbcCheck.DV:[Lorg/eclipse/jgit/util/sha1/UbcCheck$DvInfo;
            iload 4 /* b */
            aaload
            astore 5 /* dv */
        start local 5 // org.eclipse.jgit.util.sha1.UbcCheck$DvInfo dv
         8: .line 173
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 12
        10: .line 174
      StackMap locals: int org.eclipse.jgit.util.sha1.UbcCheck$DvInfo int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iload 6 /* i */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 6 /* i */
            iaload
            aload 5 /* dv */
            getfield org.eclipse.jgit.util.sha1.UbcCheck$DvInfo.dm:[I
            iload 6 /* i */
            iaload
            ixor
            iastore
        11: .line 173
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            bipush 80
            if_icmplt 10
        end local 6 // int i
        13: .line 176
            aload 0 /* this */
            aload 5 /* dv */
            getfield org.eclipse.jgit.util.sha1.UbcCheck$DvInfo.testt:I
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.recompress:(I)V
        14: .line 177
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hTmp:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            invokestatic org.eclipse.jgit.util.sha1.SHA1.eq:(Lorg/eclipse/jgit/util/sha1/SHA1$State;Lorg/eclipse/jgit/util/sha1/SHA1$State;)Z
            ifeq 17
        15: .line 178
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jgit.util.sha1.SHA1.foundCollision:Z
        16: .line 179
            goto 19
        17: .line 181
      StackMap locals:
      StackMap stack:
            iload 3 /* ubcDvMask */
            iconst_1
            iload 4 /* b */
            ishl
            iconst_m1
            ixor
            iand
            istore 3 /* ubcDvMask */
        end local 5 // org.eclipse.jgit.util.sha1.UbcCheck$DvInfo dv
        end local 4 // int b
        18: .line 170
      StackMap locals:
      StackMap stack:
            iload 3 /* ubcDvMask */
            ifne 6
        19: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int ubcDvMask
        end local 2 // int p
        end local 1 // byte[] block
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0   20     1      block  [B
            0   20     2          p  I
            4   20     3  ubcDvMask  I
            7   18     4          b  I
            8   18     5         dv  Lorg/eclipse/jgit/util/sha1/UbcCheck$DvInfo;
            9   13     6          i  I
    MethodParameters:
       Name  Flags
      block  
      p      

  private void initBlock(byte[], int);
    descriptor: ([BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // byte[] block
        start local 2 // int p
         0: .line 186
            iconst_0
            istore 3 /* t */
        start local 3 // int t
         1: goto 4
         2: .line 187
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 3 /* t */
            aload 1 /* block */
            iload 2 /* p */
            iload 3 /* t */
            iconst_2
            ishl
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            iastore
         3: .line 186
            iinc 3 /* t */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* t */
            bipush 16
            if_icmplt 2
        end local 3 // int t
         5: .line 191
            bipush 16
            istore 3 /* t */
        start local 3 // int t
         6: goto 10
         7: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 3 /* t */
            iconst_3
            isub
            iaload
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 3 /* t */
            bipush 8
            isub
            iaload
            ixor
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 3 /* t */
            bipush 14
            isub
            iaload
            ixor
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 3 /* t */
            bipush 16
            isub
            iaload
            ixor
            istore 4 /* x */
        start local 4 // int x
         8: .line 193
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iload 3 /* t */
            iload 4 /* x */
            iconst_1
            invokestatic java.lang.Integer.rotateLeft:(II)I
            iastore
        end local 4 // int x
         9: .line 191
            iinc 3 /* t */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* t */
            bipush 80
            if_icmplt 7
        end local 3 // int t
        11: .line 195
            return
        end local 2 // int p
        end local 1 // byte[] block
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0   12     1  block  [B
            0   12     2      p  I
            1    5     3      t  I
            6   11     3      t  I
            8    9     4      x  I
    MethodParameters:
       Name  Flags
      block  
      p      

  private void compress();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 200
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            istore 1 /* a */
        start local 1 // int a
         1: aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            istore 2 /* b */
        start local 2 // int b
         2: aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            istore 3 /* c */
        start local 3 // int c
         3: aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            istore 4 /* d */
        start local 4 // int d
         4: aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            istore 5 /* e */
        start local 5 // int e
         5: .line 203
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iconst_0
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
         6: .line 204
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iconst_1
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
         7: .line 205
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iconst_2
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
         8: .line 206
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iconst_3
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
         9: .line 207
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iconst_4
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        10: .line 208
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            iconst_5
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        11: .line 209
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 6
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        12: .line 210
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 7
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        13: .line 211
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 8
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        14: .line 212
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 9
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        15: .line 213
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 10
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        16: .line 214
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 11
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        17: .line 215
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 12
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        18: .line 216
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 13
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        19: .line 217
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 14
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        20: .line 218
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 15
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        21: .line 219
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 16
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        22: .line 220
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 17
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        23: .line 221
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 18
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        24: .line 222
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 19
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        25: .line 224
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 20
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        26: .line 225
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 21
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        27: .line 226
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 22
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        28: .line 227
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 23
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        29: .line 228
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 24
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        30: .line 229
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 25
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        31: .line 230
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 26
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        32: .line 231
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 27
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        33: .line 232
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 28
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        34: .line 233
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 29
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        35: .line 234
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 30
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        36: .line 235
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 31
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        37: .line 236
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 32
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        38: .line 237
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 33
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        39: .line 238
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 34
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        40: .line 239
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 35
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        41: .line 240
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 36
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        42: .line 241
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 37
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        43: .line 242
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 38
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        44: .line 243
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 39
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        45: .line 245
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 40
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        46: .line 246
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 41
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        47: .line 247
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 42
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        48: .line 248
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 43
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        49: .line 249
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 44
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        50: .line 250
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 45
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        51: .line 251
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 46
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        52: .line 252
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 47
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        53: .line 253
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 48
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        54: .line 254
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 49
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        55: .line 255
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 50
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        56: .line 256
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 51
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        57: .line 257
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 52
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        58: .line 258
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 53
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        59: .line 259
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 54
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        60: .line 260
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 55
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        61: .line 261
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 56
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        62: .line 262
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 57
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        63: .line 263
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.state58:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.save:(IIIII)V
        64: .line 264
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 58
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        65: .line 265
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 59
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        66: .line 267
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 60
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        67: .line 268
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 61
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        68: .line 269
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 62
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        69: .line 270
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 63
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        70: .line 271
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 64
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        71: .line 272
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.state65:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.save:(IIIII)V
        72: .line 273
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 65
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        73: .line 274
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 66
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        74: .line 275
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 67
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        75: .line 276
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 68
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        76: .line 277
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 69
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        77: .line 278
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 70
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        78: .line 279
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 71
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        79: .line 280
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 72
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        80: .line 281
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 73
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        81: .line 282
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 74
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        82: .line 283
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 75
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* e */
            iload 2 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 2 /* b */
        83: .line 284
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 76
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* d */
            iload 1 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 1 /* a */
        84: .line 285
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            iload 2 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 77
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* c */
            iload 5 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* e */
        85: .line 286
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            iload 1 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 78
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 2 /* b */
            iload 4 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* d */
        86: .line 287
            iload 1 /* a */
            iload 2 /* b */
            iload 3 /* c */
            iload 4 /* d */
            iload 5 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w:[I
            bipush 79
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 1 /* a */
            iload 3 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* c */
        87: .line 290
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            iload 1 /* a */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            iload 2 /* b */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            iload 3 /* c */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            iload 4 /* d */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            iload 5 /* e */
            iadd
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.save:(IIIII)V
        88: .line 291
            return
        end local 5 // int e
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   89     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
            1   89     1     a  I
            2   89     2     b  I
            3   89     3     c  I
            4   89     4     d  I
            5   89     5     e  I

  private void recompress(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // int t
         0: .line 295
            iload 1 /* t */
            lookupswitch { // 2
                   58: 1
                   65: 3
              default: 5
          }
         1: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.state58:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            astore 2 /* s */
        start local 2 // org.eclipse.jgit.util.sha1.SHA1$State s
         2: .line 298
            goto 6
        end local 2 // org.eclipse.jgit.util.sha1.SHA1$State s
         3: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.state65:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            astore 2 /* s */
        start local 2 // org.eclipse.jgit.util.sha1.SHA1$State s
         4: .line 301
            goto 6
        end local 2 // org.eclipse.jgit.util.sha1.SHA1$State s
         5: .line 303
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        start local 2 // org.eclipse.jgit.util.sha1.SHA1$State s
         6: .line 305
      StackMap locals: org.eclipse.jgit.util.sha1.SHA1$State
      StackMap stack:
            aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            istore 3 /* a */
        start local 3 // int a
         7: aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            istore 4 /* b */
        start local 4 // int b
         8: aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            istore 5 /* c */
        start local 5 // int c
         9: aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            istore 6 /* d */
        start local 6 // int d
        10: aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            istore 7 /* e */
        start local 7 // int e
        11: .line 308
            iload 1 /* t */
            bipush 65
            if_icmpne 19
        12: .line 309
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 64
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            isub
            istore 3 /* a */
        13: .line 310
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 63
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            isub
            istore 4 /* b */
        14: .line 311
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 62
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            isub
            istore 5 /* c */
        15: .line 312
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 61
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            isub
            istore 6 /* d */
        16: .line 313
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 60
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            isub
            istore 7 /* e */
        17: .line 315
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 59
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 3 /* a */
        18: .line 316
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 58
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 4 /* b */
        19: .line 318
      StackMap locals: org.eclipse.jgit.util.sha1.SHA1 int org.eclipse.jgit.util.sha1.SHA1$State int int int int int
      StackMap stack:
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 57
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 5 /* c */
        20: .line 319
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 56
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 6 /* d */
        21: .line 320
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 55
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 7 /* e */
        22: .line 321
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 54
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 3 /* a */
        23: .line 322
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 53
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 4 /* b */
        24: .line 323
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 52
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 5 /* c */
        25: .line 324
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 51
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 6 /* d */
        26: .line 325
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 50
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 7 /* e */
        27: .line 326
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 49
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 3 /* a */
        28: .line 327
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 48
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 4 /* b */
        29: .line 328
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 47
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 5 /* c */
        30: .line 329
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 46
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 6 /* d */
        31: .line 330
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 45
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 7 /* e */
        32: .line 331
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 44
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 3 /* a */
        33: .line 332
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 43
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 4 /* b */
        34: .line 333
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 42
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 5 /* c */
        35: .line 334
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 41
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 6 /* d */
        36: .line 335
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 40
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            isub
            istore 7 /* e */
        37: .line 337
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 39
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 3 /* a */
        38: .line 338
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 38
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 4 /* b */
        39: .line 339
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 37
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 5 /* c */
        40: .line 340
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 36
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 6 /* d */
        41: .line 341
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 35
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 7 /* e */
        42: .line 342
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 34
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 3 /* a */
        43: .line 343
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 33
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 4 /* b */
        44: .line 344
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 32
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 5 /* c */
        45: .line 345
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 31
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 6 /* d */
        46: .line 346
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 30
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 7 /* e */
        47: .line 347
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 29
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 3 /* a */
        48: .line 348
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 28
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 4 /* b */
        49: .line 349
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 27
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 5 /* c */
        50: .line 350
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 26
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 6 /* d */
        51: .line 351
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 25
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 7 /* e */
        52: .line 352
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 24
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 3 /* a */
        53: .line 353
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 23
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 4 /* b */
        54: .line 354
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 22
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 5 /* c */
        55: .line 355
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 21
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 6 /* d */
        56: .line 356
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 20
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s2:(IIIII)I
            isub
            istore 7 /* e */
        57: .line 358
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 19
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 3 /* a */
        58: .line 359
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 18
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 4 /* b */
        59: .line 360
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 17
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 5 /* c */
        60: .line 361
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 16
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 6 /* d */
        61: .line 362
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 15
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 7 /* e */
        62: .line 363
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 14
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 3 /* a */
        63: .line 364
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 13
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 4 /* b */
        64: .line 365
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 12
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 5 /* c */
        65: .line 366
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 11
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 6 /* d */
        66: .line 367
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 10
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 7 /* e */
        67: .line 368
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 9
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 3 /* a */
        68: .line 369
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 8
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 4 /* b */
        69: .line 370
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 7
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 5 /* c */
        70: .line 371
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 6
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 6 /* d */
        71: .line 372
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iconst_5
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 7 /* e */
        72: .line 373
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 5 /* c */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iconst_4
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 3 /* a */
        73: .line 374
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 6 /* d */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iconst_3
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 4 /* b */
        74: .line 375
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 7 /* e */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iconst_2
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 5 /* c */
        75: .line 376
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 3 /* a */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iconst_1
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 6 /* d */
        76: .line 377
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateRight:(II)I
            istore 4 /* b */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            iconst_0
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s1:(IIIII)I
            isub
            istore 7 /* e */
        77: .line 379
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.save:(IIIII)V
        78: .line 380
            aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            istore 3 /* a */
            aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            istore 4 /* b */
            aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            istore 5 /* c */
            aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            istore 6 /* d */
            aload 2 /* s */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            istore 7 /* e */
        79: .line 382
            iload 1 /* t */
            bipush 58
            if_icmpne 87
        80: .line 383
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 58
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 4 /* b */
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 6 /* d */
        81: .line 384
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 59
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s3:(IIIII)I
            iadd
            istore 3 /* a */
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* c */
        82: .line 386
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 60
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 7 /* e */
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* b */
        83: .line 387
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 61
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 6 /* d */
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* a */
        84: .line 388
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 62
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* c */
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 7 /* e */
        85: .line 389
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 63
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* b */
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 6 /* d */
        86: .line 390
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 64
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* a */
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* c */
        87: .line 392
      StackMap locals:
      StackMap stack:
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 65
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 7 /* e */
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* b */
        88: .line 393
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 66
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 6 /* d */
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* a */
        89: .line 394
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 67
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* c */
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 7 /* e */
        90: .line 395
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 68
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* b */
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 6 /* d */
        91: .line 396
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 69
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* a */
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* c */
        92: .line 397
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 70
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 7 /* e */
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* b */
        93: .line 398
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 71
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 6 /* d */
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* a */
        94: .line 399
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 72
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* c */
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 7 /* e */
        95: .line 400
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 73
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* b */
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 6 /* d */
        96: .line 401
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 74
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* a */
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* c */
        97: .line 402
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 75
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 7 /* e */
            iload 4 /* b */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 4 /* b */
        98: .line 403
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 76
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 6 /* d */
            iload 3 /* a */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 3 /* a */
        99: .line 404
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            iload 4 /* b */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 77
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 5 /* c */
            iload 7 /* e */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 7 /* e */
       100: .line 405
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            iload 3 /* a */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 78
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 4 /* b */
            iload 6 /* d */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 6 /* d */
       101: .line 406
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.w2:[I
            bipush 79
            iaload
            invokestatic org.eclipse.jgit.util.sha1.SHA1.s4:(IIIII)I
            iadd
            istore 3 /* a */
            iload 5 /* c */
            bipush 30
            invokestatic java.lang.Integer.rotateLeft:(II)I
            istore 5 /* c */
       102: .line 409
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hTmp:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            iload 3 /* a */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            iload 4 /* b */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            iload 5 /* c */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            iload 6 /* d */
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.hIn:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            iload 7 /* e */
            iadd
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.save:(IIIII)V
       103: .line 410
            return
        end local 7 // int e
        end local 6 // int d
        end local 5 // int c
        end local 4 // int b
        end local 3 // int a
        end local 2 // org.eclipse.jgit.util.sha1.SHA1$State s
        end local 1 // int t
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  104     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0  104     1     t  I
            2    3     2     s  Lorg/eclipse/jgit/util/sha1/SHA1$State;
            4    5     2     s  Lorg/eclipse/jgit/util/sha1/SHA1$State;
            6  104     2     s  Lorg/eclipse/jgit/util/sha1/SHA1$State;
            7  104     3     a  I
            8  104     4     b  I
            9  104     5     c  I
           10  104     6     d  I
           11  104     7     e  I
    MethodParameters:
      Name  Flags
      t     

  private static int s1(int, int, int, int, int);
    descriptor: (IIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int w_t
         0: .line 413
            iload 0 /* a */
            iconst_5
            invokestatic java.lang.Integer.rotateLeft:(II)I
         1: .line 415
            iload 1 /* b */
            iload 2 /* c */
            iand
            iload 1 /* b */
            iconst_m1
            ixor
            iload 3 /* d */
            iand
            ior
         2: .line 413
            iadd
         3: .line 416
            ldc 1518500249
         4: .line 413
            iadd
         5: .line 416
            iload 4 /* w_t */
         6: .line 413
            iadd
            ireturn
        end local 4 // int w_t
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  I
            0    7     1     b  I
            0    7     2     c  I
            0    7     3     d  I
            0    7     4   w_t  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      w_t   

  private static int s2(int, int, int, int, int);
    descriptor: (IIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int w_t
         0: .line 420
            iload 0 /* a */
            iconst_5
            invokestatic java.lang.Integer.rotateLeft:(II)I
         1: .line 422
            iload 1 /* b */
            iload 2 /* c */
            ixor
            iload 3 /* d */
            ixor
         2: .line 420
            iadd
         3: .line 423
            ldc 1859775393
         4: .line 420
            iadd
         5: .line 423
            iload 4 /* w_t */
         6: .line 420
            iadd
            ireturn
        end local 4 // int w_t
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  I
            0    7     1     b  I
            0    7     2     c  I
            0    7     3     d  I
            0    7     4   w_t  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      w_t   

  private static int s3(int, int, int, int, int);
    descriptor: (IIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int w_t
         0: .line 427
            iload 0 /* a */
            iconst_5
            invokestatic java.lang.Integer.rotateLeft:(II)I
         1: .line 429
            iload 1 /* b */
            iload 2 /* c */
            iand
            iload 1 /* b */
            iload 3 /* d */
            iand
            ior
            iload 2 /* c */
            iload 3 /* d */
            iand
            ior
         2: .line 427
            iadd
         3: .line 430
            ldc -1894007588
         4: .line 427
            iadd
         5: .line 430
            iload 4 /* w_t */
         6: .line 427
            iadd
            ireturn
        end local 4 // int w_t
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  I
            0    7     1     b  I
            0    7     2     c  I
            0    7     3     d  I
            0    7     4   w_t  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      w_t   

  private static int s4(int, int, int, int, int);
    descriptor: (IIIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int w_t
         0: .line 434
            iload 0 /* a */
            iconst_5
            invokestatic java.lang.Integer.rotateLeft:(II)I
         1: .line 436
            iload 1 /* b */
            iload 2 /* c */
            ixor
            iload 3 /* d */
            ixor
         2: .line 434
            iadd
         3: .line 437
            ldc -899497514
         4: .line 434
            iadd
         5: .line 437
            iload 4 /* w_t */
         6: .line 434
            iadd
            ireturn
        end local 4 // int w_t
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     a  I
            0    7     1     b  I
            0    7     2     c  I
            0    7     3     d  I
            0    7     4   w_t  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      w_t   

  private static boolean eq(org.eclipse.jgit.util.sha1.SHA1$State, org.eclipse.jgit.util.sha1.SHA1$State);
    descriptor: (Lorg/eclipse/jgit/util/sha1/SHA1$State;Lorg/eclipse/jgit/util/sha1/SHA1$State;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.sha1.SHA1$State q
        start local 1 // org.eclipse.jgit.util.sha1.SHA1$State r
         0: .line 441
            aload 0 /* q */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            aload 1 /* r */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            if_icmpne 6
         1: .line 442
            aload 0 /* q */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            aload 1 /* r */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            if_icmpne 6
         2: .line 443
            aload 0 /* q */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            aload 1 /* r */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            if_icmpne 6
         3: .line 444
            aload 0 /* q */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            aload 1 /* r */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            if_icmpne 6
         4: .line 445
            aload 0 /* q */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            aload 1 /* r */
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            if_icmpne 6
         5: .line 441
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 1 // org.eclipse.jgit.util.sha1.SHA1$State r
        end local 0 // org.eclipse.jgit.util.sha1.SHA1$State q
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     q  Lorg/eclipse/jgit/util/sha1/SHA1$State;
            0    7     1     r  Lorg/eclipse/jgit/util/sha1/SHA1$State;
    MethodParameters:
      Name  Flags
      q     
      r     

  private void finish();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 449
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            ldc 63
            land
            l2i
            istore 1 /* bufferLen */
        start local 1 // int bufferLen
         1: .line 450
            iload 1 /* bufferLen */
            bipush 55
            if_icmple 7
         2: .line 452
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iload 1 /* bufferLen */
            iinc 1 /* bufferLen */ 1
            bipush -128
            bastore
         3: .line 453
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iload 1 /* bufferLen */
            bipush 64
            iconst_0
            invokestatic java.util.Arrays.fill:([BIIB)V
         4: .line 454
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iconst_0
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.compress:([BI)V
         5: .line 455
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iconst_0
            bipush 56
            iconst_0
            invokestatic java.util.Arrays.fill:([BIIB)V
         6: .line 456
            goto 9
         7: .line 458
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iload 1 /* bufferLen */
            iinc 1 /* bufferLen */ 1
            bipush -128
            bastore
         8: .line 459
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iload 1 /* bufferLen */
            bipush 56
            iconst_0
            invokestatic java.util.Arrays.fill:([BIIB)V
         9: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            bipush 56
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            bipush 29
            lushr
            l2i
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
        10: .line 467
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            bipush 60
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.length:J
            iconst_3
            lshl
            l2i
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
        11: .line 468
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.buffer:[B
            iconst_0
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.compress:([BI)V
        12: .line 470
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.foundCollision:Z
            ifeq 18
        13: .line 471
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            astore 2 /* id */
        start local 2 // org.eclipse.jgit.lib.ObjectId id
        14: .line 472
            getstatic org.eclipse.jgit.util.sha1.SHA1.LOG:Lorg/slf4j/Logger;
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.sha1CollisionDetected:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        15: .line 473
            aload 2 /* id */
            invokevirtual org.eclipse.jgit.lib.ObjectId.name:()Ljava/lang/String;
            aastore
        16: .line 472
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;)V
        17: .line 474
            new org.eclipse.jgit.util.sha1.Sha1CollisionException
            dup
            aload 2 /* id */
            invokespecial org.eclipse.jgit.util.sha1.Sha1CollisionException.<init>:(Lorg/eclipse/jgit/lib/ObjectId;)V
            athrow
        end local 2 // org.eclipse.jgit.lib.ObjectId id
        18: .line 476
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bufferLen
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/eclipse/jgit/util/sha1/SHA1;
            1   19     1  bufferLen  I
           14   18     2         id  Lorg/eclipse/jgit/lib/ObjectId;

  public byte[] digest();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 488
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.finish:()V
         1: .line 490
            bipush 20
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         2: .line 491
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
         3: .line 492
            aload 1 /* b */
            iconst_4
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
         4: .line 493
            aload 1 /* b */
            bipush 8
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
         5: .line 494
            aload 1 /* b */
            bipush 12
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
         6: .line 495
            aload 1 /* b */
            bipush 16
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            invokestatic org.eclipse.jgit.util.NB.encodeInt32:([BII)V
         7: .line 496
            aload 1 /* b */
            areturn
        end local 1 // byte[] b
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
            2    8     1     b  [B
    Exceptions:
      throws org.eclipse.jgit.util.sha1.Sha1CollisionException

  public org.eclipse.jgit.lib.ObjectId toObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 509
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.finish:()V
         1: .line 510
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.toObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
    Exceptions:
      throws org.eclipse.jgit.util.sha1.Sha1CollisionException

  public void digest(org.eclipse.jgit.lib.MutableObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/MutableObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
        start local 1 // org.eclipse.jgit.lib.MutableObjectId id
         0: .line 524
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.util.sha1.SHA1.finish:()V
         1: .line 525
            aload 1 /* id */
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.a:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.b:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.c:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.d:I
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            getfield org.eclipse.jgit.util.sha1.SHA1$State.e:I
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.set:(IIIII)V
         2: .line 526
            return
        end local 1 // org.eclipse.jgit.lib.MutableObjectId id
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
            0    3     1    id  Lorg/eclipse/jgit/lib/MutableObjectId;
    Exceptions:
      throws org.eclipse.jgit.util.sha1.Sha1CollisionException
    MethodParameters:
      Name  Flags
      id    

  public boolean hasCollision();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 540
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.foundCollision:Z
            ireturn
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;

  public org.eclipse.jgit.util.sha1.SHA1 reset();
    descriptor: ()Lorg/eclipse/jgit/util/sha1/SHA1;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.util.sha1.SHA1 this
         0: .line 549
            aload 0 /* this */
            getfield org.eclipse.jgit.util.sha1.SHA1.h:Lorg/eclipse/jgit/util/sha1/SHA1$State;
            invokevirtual org.eclipse.jgit.util.sha1.SHA1$State.init:()V
         1: .line 550
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jgit.util.sha1.SHA1.length:J
         2: .line 551
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.util.sha1.SHA1.foundCollision:Z
         3: .line 552
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jgit.util.sha1.SHA1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/util/sha1/SHA1;
}
SourceFile: "SHA1.java"
NestMembers:
  org.eclipse.jgit.util.sha1.SHA1$State
InnerClasses:
  private final State = org.eclipse.jgit.util.sha1.SHA1$State of org.eclipse.jgit.util.sha1.SHA1
  final DvInfo = org.eclipse.jgit.util.sha1.UbcCheck$DvInfo of org.eclipse.jgit.util.sha1.UbcCheck