Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.