aboutsummaryrefslogtreecommitdiff
path: root/javascript/demo
AgeCommit message (Collapse)Author
2016-10-20Return the message index when decrypting group messages.Mark Haines
Applications can use the index to detect replays of the same message.
2016-09-14Fix the group javascript demoMark Haines
2016-05-26Put a signature on sent group messagesRichard van der Hoff
It's important that group messages be signed by the sender, rather than by a secret derived from the shared secret.
2016-05-26js group demo: use a remoteOps objectRichard van der Hoff
To make sure that we don't sneakily use methods which we wouldn't be able to for remote users, expose an interface object which contains the remote interface.
2016-05-25Add a demo for group messaging via the JS bindingsRichard van der Hoff