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