ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => {
const roundtrip = createRoundtripTest(encodeSenderDataAAD, decodeSenderDataAAD);
test("roundtrips minimal", () => {
roundtrip({ groupId: new Uint8Array([1]), epoch: 0n, contentType: "application" });
});
test("roundtrips nontrivial", () => {
roundtrip({ groupId: new Uint8Array([2, 3, 4, 5]), epoch: 123456789n, contentType: "commit" });
});
});
//# sourceMappingURL=senderDataAAD.test.js.map