• 大小: 1KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-09
  • 语言: Matlab
  • 标签: 哈希  matlab  

资源简介

经典哈希算法,用MATLAB实现

资源截图

代码片段和文件信息

function h = hash(inpmeth)
% HASH - Convert an input variable into a message digest using any of
%        several common hash algorithms
%
% USAGE: h = hash(inp‘meth‘)
%
% inp  = input variable of any of the following classes:
%        char uint8 logical double single int8 uint8
%        int16 uint16 int32 uint32 int64 uint64
% h    = hash digest output in hexadecimal notation
% meth = hash algorithm which is one of the following:
%        MD2 MD5 SHA-1 SHA-256 SHA-384 or SHA-512 
%
% NOTES: (1) If the input is a string or uint8 variable it is hashed
%            as usual for a byte stream. Other classes are converted into
%            their byte-stream values. In other words the hash of the
%            following will be identical:
%               

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2721  2015-07-20 11:13  HASH.m

----------- ---------  ---------- -----  ----

                 2721                    1


评论

共有 条评论