(t: typeof QUnit.assert)
| 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') |