ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeParentHashInput, decodeParentHashInput);
test("roundtrips", () => {
roundtrip({
encryptionKey: new Uint8Array([1]),
parentHash: new Uint8Array([2]),
originalSiblingTreeHash: new Uint8Array([3]),
});
});
});
//# sourceMappingURL=parentHash.test.js.map