Skip to content

Commit

Permalink
Delete unwrapKey test suite
Browse files Browse the repository at this point in the history
Removed the entire unwrapKey.spec.ts test suite as it is no longer necessary. Minor formatting adjustments were made in the tdf.ts file.
  • Loading branch information
pflynn-virtru committed Nov 12, 2024
1 parent d30e998 commit 51ed1c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 97 deletions.
15 changes: 8 additions & 7 deletions lib/tdf3/src/tdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export async function fetchKasPublicKey(
}
}
}

/**
*
* @param payload The TDF content to encode in HTML
Expand Down Expand Up @@ -905,13 +906,13 @@ export function splitLookupTableFactory(
}

async function unwrapKey({
manifest,
allowedKases,
authProvider,
dpopKeys,
entity,
cryptoService,
}: {
manifest,
allowedKases,
authProvider,
dpopKeys,
entity,
cryptoService,
}: {
manifest: Manifest;
allowedKases: OriginAllowList;
authProvider: AuthProvider | AppIdAuthProvider;
Expand Down
90 changes: 0 additions & 90 deletions lib/tests/mocha/unwrapKey.spec.ts

This file was deleted.

0 comments on commit 51ed1c3

Please sign in to comment.