MCPcopy 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

encryptMethod · 0.45
decryptMethod · 0.45
pkcs12genFunction · 0.45
calculateMacFunction · 0.45

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected