jonelo.jacksum.adapt.gnu.crypto.hash
Class Sha256
BaseHash
jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
public class Sha256
extends BaseHash
Sha256() - Trivial 0-arguments constructor.
|
static int[] | G(int hh0, int hh1, int hh2, int hh3, int hh4, int hh5, int hh6, int hh7, byte[] in, int offset)
|
Object | clone()
|
protected byte[] | getResult()
|
protected byte[] | padBuffer()
|
protected void | resetContext()
|
boolean | selfTest()
|
protected void | transform(byte[] in, int offset)
|
Sha256
public Sha256()
Trivial 0-arguments constructor.
G
public static final int[] G(int hh0,
int hh1,
int hh2,
int hh3,
int hh4,
int hh5,
int hh6,
int hh7,
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)