com.google.bitcoin.crypto
Class HDUtils

java.lang.Object
  extended by com.google.bitcoin.crypto.HDUtils

public final class HDUtils
extends Object

Static utilities used in BIP 32 Hierarchical Deterministic Wallets (HDW).


Method Summary
static byte[] hmacSha512(byte[] key, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hmacSha512

public static byte[] hmacSha512(byte[] key,
                                byte[] data)


Copyright © 2014. All rights reserved.