MCPcopy 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_hashFunction · 0.95

Calls 3

resetMethod · 0.95
closeMethod · 0.95
writeMethod · 0.65

Tested by

no test coverage detected