aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-19Save IdentityKeys in databaseAndreas Straub1-47/+23
2015-07-19Reformat code to use tabsAndreas Straub1-825/+825
This really sucks to do it like this. Sorry. :(
2015-07-19Added PEP and message protocol layersAndreas Straub1-0/+208
Can now fetch/retrieve from PEP, as well as encode/decode messages
2015-07-19Reworked axolotl protocol layerAndreas Straub1-38/+272
Numerous fixes
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-0/+440
Initial sketch of the peripheral storage infrastructure for the new axolotl-based encryption scheme.