md5.sgml
来自「Linux下的voip通信終端軟件,common目綠為多媒體開發包,主要提供內存」· SGML 代码 · 共 70 行
SGML
70 行
<!-- ##### SECTION Title ##### -->MD5<!-- ##### SECTION Short_Description ##### -->Message Digest-5 algorithm.<!-- ##### SECTION Long_Description ##### --><para>The MD5 algorithm calculates a 128-bit digest of an arbitrary lengthstream of data. The digest is a fingerprint that can be used toverify the integrity of a transmitted message. The sender and receiverof the message independently calculate the message digest and comparevalues to ascertain the integrity of the message. The probability oftwo messages having the same digest is miniscule.</para><para>The MD5 algorithm is the intellectual property of RSA Data Security, Inc.</para><!-- ##### SECTION See_Also ##### --><para><ulink url="http://www.ietf.org/rfc/rfc1321.txt">RFC1321 - The MD5Message Digest Algorithm</ulink></para><!-- ##### TYPEDEF MD5_CTX ##### --><para>The state for the MD5 calculation.</para><!-- ##### FUNCTION MD5Init ##### --><para></para>@context: <!-- # Unused Parameters # -->@Param1: <!-- ##### FUNCTION MD5Update ##### --><para></para>@context: @input: @inputLen: <!-- # Unused Parameters # -->@Param1: @Param2: @Param3: <!-- ##### FUNCTION MD5Final ##### --><para></para>@digest: @context: <!-- # Unused Parameters # -->@Param1: @Param2:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?