跳到主要内容

update

用data来更新HMAC对象。m.update(a); m.update(b);等价于m.update(a + b);

声明

void update(buffer data)

参数

参数名描述
data

返回值

使用方式

返回文档