File: SOURCES.txt

package info (click to toggle)
python-axolotl 0.1.7-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 544 kB
  • sloc: python: 3,069; makefile: 3
file content (95 lines) | stat: -rwxr-xr-x 3,092 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
setup.py
axolotl/__init__.py
axolotl/duplicatemessagexception.py
axolotl/identitykey.py
axolotl/identitykeypair.py
axolotl/invalidkeyexception.py
axolotl/invalidkeyidexception.py
axolotl/invalidmessageexception.py
axolotl/invalidversionexception.py
axolotl/legacymessageexception.py
axolotl/nosessionexception.py
axolotl/sessionbuilder.py
axolotl/sessioncipher.py
axolotl/statekeyexchangeexception.py
axolotl/untrustedidentityexception.py
axolotl/ecc/__init__.py
axolotl/ecc/curve.py
axolotl/ecc/djbec.py
axolotl/ecc/ec.py
axolotl/ecc/eckeypair.py
axolotl/groups/__init__.py
axolotl/groups/groupcipher.py
axolotl/groups/groupsessionbuilder.py
axolotl/groups/ratchet/__init__.py
axolotl/groups/ratchet/senderchainkey.py
axolotl/groups/ratchet/sendermessagekey.py
axolotl/groups/state/__init__.py
axolotl/groups/state/senderkeyrecord.py
axolotl/groups/state/senderkeystate.py
axolotl/groups/state/senderkeystore.py
axolotl/kdf/__init__.py
axolotl/kdf/derivedmessagesecrets.py
axolotl/kdf/derivedrootsecrets.py
axolotl/kdf/hkdf.py
axolotl/kdf/hkdfv2.py
axolotl/kdf/hkdfv3.py
axolotl/kdf/messagekeys.py
axolotl/protocol/__init__.py
axolotl/protocol/ciphertextmessage.py
axolotl/protocol/keyexchangemessage.py
axolotl/protocol/prekeywhispermessage.py
axolotl/protocol/senderkeydistributionmessage.py
axolotl/protocol/senderkeymessage.py
axolotl/protocol/whispermessage.py
axolotl/protocol/whisperprotos.py
axolotl/ratchet/__init__.py
axolotl/ratchet/aliceaxolotlparameters.py
axolotl/ratchet/bobaxolotlparamaters.py
axolotl/ratchet/chainkey.py
axolotl/ratchet/ratchetingsession.py
axolotl/ratchet/rootkey.py
axolotl/ratchet/symmetricaxolotlparameters.py
axolotl/state/__init__.py
axolotl/state/axolotlstore.py
axolotl/state/identitykeystore.py
axolotl/state/prekeybundle.py
axolotl/state/prekeyrecord.py
axolotl/state/prekeystore.py
axolotl/state/sessionrecord.py
axolotl/state/sessionstate.py
axolotl/state/sessionstore.py
axolotl/state/signedprekeyrecord.py
axolotl/state/signedprekeystore.py
axolotl/state/storageprotos.py
axolotl/tests/__init__.py
axolotl/tests/inmemoryaxolotlstore.py
axolotl/tests/inmemoryidentitykeystore.py
axolotl/tests/inmemoryprekeystore.py
axolotl/tests/inmemorysessionstore.py
axolotl/tests/inmemorysignedprekeystore.py
axolotl/tests/test_sessionbuilder.py
axolotl/tests/test_sessioncipher.py
axolotl/tests/test_sigs.py
axolotl/tests/test_stuff.py
axolotl/tests/groups/__init__.py
axolotl/tests/groups/inmemorysenderkeystore.py
axolotl/tests/groups/test_groupcipher.py
axolotl/tests/kdf/__init__.py
axolotl/tests/kdf/test_hkdf.py
axolotl/tests/ratchet/__init__.py
axolotl/tests/ratchet/test_chainkey.py
axolotl/tests/ratchet/test_ratchetingsession.py
axolotl/tests/ratchet/test_rootkey.py
axolotl/tests/util/__init__.py
axolotl/tests/util/test_byteutil.py
axolotl/util/__init__.py
axolotl/util/byteutil.py
axolotl/util/hexutil.py
axolotl/util/keyhelper.py
axolotl/util/medium.py
python_axolotl.egg-info/PKG-INFO
python_axolotl.egg-info/SOURCES.txt
python_axolotl.egg-info/dependency_links.txt
python_axolotl.egg-info/requires.txt
python_axolotl.egg-info/top_level.txt