jonelo.jacksum.adapt.gnu.crypto.hash

Class Has160


public class Has160
extends BaseHash

Constructor Summary

Has160()
Trivial 0-arguments constructor.

Method Summary

static int[]
G(int hh0, int hh1, int hh2, int hh3, int hh4, byte[] in, int offset)
Object
clone()
protected byte[]
getResult()
protected byte[]
padBuffer()
protected void
resetContext()
boolean
selfTest()
protected void
transform(byte[] in, int offset)

Constructor Details

Has160

public Has160()
Trivial 0-arguments constructor.

Method Details

G

public static final int[] G(int hh0,
                            int hh1,
                            int hh2,
                            int hh3,
                            int hh4,
                            byte[] in,
                            int offset)

clone

public Object clone()

getResult

protected byte[] getResult()

padBuffer

protected byte[] padBuffer()

resetContext

protected void resetContext()

selfTest

public boolean selfTest()

transform

protected void transform(byte[] in,
                         int offset)