Session Desktop - Onion routing based messenger
Go to file
2014-03-06 17:44:59 -04:00
js Few more steps 2014-03-06 17:44:59 -04:00
js-deps add nacl-common.js 2014-02-08 02:34:06 -05:00
protos Fixup dir structure 2014-01-22 03:28:35 +00:00
background.html Updates, NaCL 2014-01-22 06:23:41 +00:00
curve25519-donna-wrapper.cpp Updates, NaCL 2014-01-22 06:23:41 +00:00
curve25519-donna.c Updates, NaCL 2014-01-22 06:23:41 +00:00
curve25519-donna.h Updates, NaCL 2014-01-22 06:23:41 +00:00
icon.png Initial Checkin 2014-01-09 21:48:05 -10:00
Makefile Updates, NaCL 2014-01-22 06:23:41 +00:00
manifest.json Updates, NaCL 2014-01-22 06:23:41 +00:00
options.css Initial Checkin 2014-01-09 21:48:05 -10:00
options.html Updates, NaCL 2014-01-22 06:23:41 +00:00
popup.html Updates, NaCL 2014-01-22 06:23:41 +00:00
README.md Add README describing current state. 2014-03-06 14:12:24 -04:00
test.html Updates, NaCL 2014-01-22 06:23:41 +00:00

TextSecure Chromium Implementation

This is very early stuff and exists primarily to get the crypto in place. It is currently chromium-only as it uses NaCL for Curve25519 stuff, but I'd be glad to accept a pull that abstracts out the NaCL-specific stuff to optionally use a JS implementation for FF. Note that the code is currently quite messy (its all in one file!), but it needs to work first, then it can be heavily cleaned up later.