1 | export function testSelfReferencingHash(_tc: t.TestCase): void;
|
2 | export function testSha256Basics(_tc: t.TestCase): Promise<void>;
|
3 | export function testLargeValue(_tc: t.TestCase): Promise<void>;
|
4 | export function testRepeatSha256Hashing(tc: t.TestCase): Promise<void>;
|
5 | export function testBenchmarkSha256(_tc: t.TestCase): Promise<void>;
|
6 | import * as t from '../testing.js';
|
7 | //# sourceMappingURL=sha256.test.d.ts.map |
\ | No newline at end of file |