aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoApi-test.ts
blob: 6399367b1a5e46a524542607910fa7629b18e5d4 (plain)
1
2
3
4
5
6
import {CryptoApi} from "./cryptoApi";
import {test, TestLib} from "testlib/talertest";

test("string hashing", (t: TestLib) => {

});