Package | Description |
---|---|
kz.gamma.vista |
Modifier and Type | Method and Description |
---|---|
int |
VistaSHA1.SHA1Input(VistaSha1Context context,
byte[] message_array,
int length)
SHA1Input
Description:
This function accepts an array of octets as the next portion
of the message.
|
void |
VistaSHA1.SHA1PadMessage(VistaSha1Context context)
SHA1PadMessage
Description:
According to the standard, the message must be padded to an even
512 bits.
|
void |
VistaSHA1.SHA1ProcessMessageBlock(VistaSha1Context context)
SHA1ProcessMessageBlock
Description:
This function will process the next 512 bits of the message
stored in the Message_Block array.
|
int |
VistaSHA1.SHA1Reset(VistaSha1Context context)
SHA1Reset
Description:
This function will initialize the SHA1Context in preparation
for computing a new SHA1 message digest.
|
int |
VistaSHA1.SHA1Result(VistaSha1Context context,
byte[] Message_Digest)
SHA1Result
Description:
This function will return the 160-bit message digest into the
Message_Digest array provided by the caller.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.