All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.novacrypto.bip32.Index Maven / Gradle / Ivy

The newest version!
package io.github.novacrypto.bip32;

public final class Index {
  public static int hard(int index) {
    return index | Integer.MIN_VALUE;
  }
  
  public static boolean isHardened(int i) {
    return ((i & Integer.MIN_VALUE) != 0);
  }
}


/* Location:              C:\Users\Administrator\Desktop\mnemonic-sdk-1.0.0.jar!\io\github\novacrypto\bip32\Index.class
 * Java compiler version: 7 (51.0)
 * JD-Core Version:       1.1.3
 */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy