1 | export function testJwt(_tc: t.TestCase): Promise<void>;
|
2 | export function testEncryption(tc: t.TestCase): Promise<void>;
|
3 | export function testReapeatEncryption(tc: t.TestCase): Promise<void>;
|
4 | export function testImportExport(tc: t.TestCase): Promise<void>;
|
5 | export function testEncryptionPerformance(tc: t.TestCase): Promise<void>;
|
6 | export function testConsistentKeyGeneration(_tc: t.TestCase): Promise<void>;
|
7 | export function testSigning(tc: t.TestCase): Promise<void>;
|
8 | import * as t from './testing.js';
|
9 |
|
\ | No newline at end of file |