MCPcopy
hub / github.com/mailvelope/mailvelope / equalKey

Function equalKey

src/modules/key.js:420–422  ·  view source on GitHub ↗
(key1, key2)

Source from the content-addressed store, hash-verified

418}
419
420export function equalKey(key1, key2) {
421 return key1.getFingerprint() === key2.getFingerprint();
422}
423
424export function toPublic(key) {
425 if (!key.isPrivate()) {

Callers 3

key-test.jsFile · 0.90
triggerSyncMethod · 0.90
downloadSyncMessageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected