Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Function CallsDescription
NetSHA1_Reset()Initialize the NET_SHA1_CTX in preparation for computing a new SHA1 message digest.
NetSHA1_Input()This function accepts an array of octets as the next portion of the message.
NetSHA1_Result()This function returns the 160-bit message digest into the Message_Digest array provided by the caller.
  • No labels