org.bouncycastle.crypto.digests
Class SHA512Digest
- Digest
public class SHA512Digest
FIPS 180-2 implementation of SHA-512.
block word digest
SHA-1 512 32 160
SHA-256 512 32 256
SHA-384 1024 64 384
SHA-512 1024 64 512
SHA512Digest
public SHA512Digest()
Standard constructor
SHA512Digest
public SHA512Digest(SHA512Digest t)
Copy constructor. This will copy the state of the provided
message digest.
doFinal
public int doFinal(byte[] out,
int outOff)
- doFinal in interface Digest
reset
public void reset()
reset the chaining variables
- reset in interface Digest
- reset in interface LongDigest