gnu.crypto.hash
public class Sha256 extends BaseHash
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
References:
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| Sha256() Trivial 0-arguments constructor. | |
| Method Summary | |
|---|---|
| Object | clone() |
| protected byte[] | getResult() |
| static int[] | G(int hh0, int hh1, int hh2, int hh3, int hh4, int hh5, int hh6, int hh7, byte[] in, int offset) |
| protected byte[] | padBuffer() |
| protected void | resetContext() |
| boolean | selfTest() |
| protected void | transform(byte[] in, int offset) |