Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ update
Method
update
modules/crypt/etc/hmac.js:74–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
h.write(this.ipad.buffer);
73
};
74
update() {
75
for
(
let
i = 0; i < arguments.length; i++)
76
this.h.write(arguments[i]);
77
};
78
close() {
79
let
h = this.h;
80
let
digest = h.close();
Callers
4
encrypt
Method · 0.45
decrypt
Method · 0.45
pkcs12gen
Function · 0.45
calculateMac
Function · 0.45
Calls
1
write
Method · 0.65
Tested by
no test coverage detected