MCPcopy
hub / github.com/panva/jose / execute

Function execute

tap/pbes2.ts:26–29  ·  view source on GitHub ↗
(t: typeof QUnit.assert)

Source from the content-addressed store, hash-verified

24
25 for (const alg of algorithms) {
26 const execute = async (t: typeof QUnit.assert) => {
27 const password = new TextEncoder().encode('letmein')
28 await roundtrip.jwe(t, lib, keys, alg, 'A128GCM', password)
29 }
30
31 const jwt = async (t: typeof QUnit.assert) => {
32 const password = new TextEncoder().encode('letmein')

Callers 1

pbes2.tsFile · 0.70

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…