hmac.sgml

来自「UCL Common Code Library Routines comm」· SGML 代码 · 共 36 行

SGML
36
字号
<!-- ##### SECTION Title ##### -->
HMAC

<!-- ##### SECTION Short_Description ##### -->

cryptographic message authentication.

<!-- ##### SECTION Long_Description ##### -->
<para>

HMAC is a cryptographic mechanism for message authentication described
in RFC2104.  It allows a sender and receiver with a shared
cryptographic key to verify the authenticity of a message.

</para>

<!-- ##### SECTION See_Also ##### -->
<para>

<ulink url="http://www.ietf.org/rfc/rfc2104.txt">RFC2104 - HMAC: Keyed-Hashing for Message Authentication</ulink>

</para>

<!-- ##### FUNCTION hmac_md5 ##### -->
<para>

</para>

@data: 
@data_len: 
@key: 
@key_len: 
@digest: 


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?