Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ process
Method
process
modules/crypt/etc/hmac.js:90–94 ·
view source on GitHub ↗
(...items)
Source
from the content-addressed store, hash-verified
88
this.h.write(this.ipad.buffer);
89
};
90
process(...items) {
91
this.reset();
92
items.forEach(item => this.h.write(item));
93
return
this.close();
94
};
95
sign(H) {
96
this.write(H);
97
let
sig = this.close();
Callers
1
p_hash
Function · 0.95
Calls
3
reset
Method · 0.95
close
Method · 0.95
write
Method · 0.65
Tested by
no test coverage detected