-
Notifications
You must be signed in to change notification settings - Fork 3
/
MANIFEST.in
178 lines (178 loc) · 6.51 KB
/
MANIFEST.in
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
global-exclude */__pycache__/*
global-exclude *.pyc
global-exclude */*
recursive-exclude aiootp/tor/ *
recursive-exclude aiootp/db/ *
recursive-exclude logs/ *
include .gitignore
include CHANGES.rst
include CODE_OF_CONDUCT.md
include CONTRIBUTING.md
include FAQ.rst
include LICENSE
include MANIFEST.in
include README.rst
include SECURITY.md
include SIGNATURE.txt
include aiootp/__engagement/__init__.py
include aiootp/__engagement/issue_reporting.py
include aiootp/__init__.py
include aiootp/_constants/__init__.py
include aiootp/_constants/datasets.py
include aiootp/_constants/misc.py
include aiootp/_debug_control.py
include aiootp/_exceptions.py
include aiootp/_gentools.py
include aiootp/_paths.py
include aiootp/_permutations/__init__.py
include aiootp/_permutations/affine_permutation.py
include aiootp/_permutations/affine_permutation_config.py
include aiootp/_permutations/affine_xor_chain.py
include aiootp/_permutations/affine_xor_chain_config.py
include aiootp/_permutations/fast_affine_xor_chain.py
include aiootp/_typing/__init__.py
include aiootp/_typing/_asynchs.py
include aiootp/_typing/_ciphers.py
include aiootp/_typing/_commons.py
include aiootp/_typing/_databases.py
include aiootp/_typing/_generics.py
include aiootp/_typing/_keygens.py
include aiootp/_typing/_paths.py
include aiootp/_typing/_permutations.py
include aiootp/_typing/_randoms.py
include aiootp/_typing/interface.py
include aiootp/_typing/tuples.py
include aiootp/asynchs/__init__.py
include aiootp/asynchs/aos.py
include aiootp/asynchs/clocks.py
include aiootp/asynchs/concurrency_interface.py
include aiootp/asynchs/loops.py
include aiootp/asynchs/processes.py
include aiootp/asynchs/threads.py
include aiootp/ciphers/__init__.py
include aiootp/ciphers/chunky_2048.py
include aiootp/ciphers/chunky_2048_config.py
include aiootp/ciphers/cipher_interface.py
include aiootp/ciphers/cipher_kdfs.py
include aiootp/ciphers/cipher_stream_properties.py
include aiootp/ciphers/cipher_streams.py
include aiootp/ciphers/ciphertext_formatting.py
include aiootp/ciphers/decipher_streams.py
include aiootp/ciphers/dual_output_shake_cipher.py
include aiootp/ciphers/dual_output_shake_cipher_config.py
include aiootp/ciphers/key_bundle.py
include aiootp/ciphers/padding.py
include aiootp/ciphers/shake_permute_cipher.py
include aiootp/ciphers/shake_permute_cipher_config.py
include aiootp/ciphers/slick_256.py
include aiootp/ciphers/slick_256_config.py
include aiootp/ciphers/stream_hmac.py
include aiootp/ciphers/stream_junction.py
include aiootp/ciphers/synthetic_iv.py
include aiootp/commons/__init__.py
include aiootp/commons/configs.py
include aiootp/commons/instances.py
include aiootp/commons/namespaces.py
include aiootp/commons/packaging.py
include aiootp/commons/slots.py
include aiootp/commons/typed_slots.py
include aiootp/databases/__init__.py
include aiootp/databases/async_database.py
include aiootp/databases/database_properties.py
include aiootp/databases/dbdomains.py
include aiootp/databases/dbkdf.py
include aiootp/databases/profile_tokens.py
include aiootp/databases/sync_database.py
include aiootp/db/README_DATABASES.rst
include aiootp/generics/__init__.py
include aiootp/generics/byte_io.py
include aiootp/generics/canon.py
include aiootp/generics/domains.py
include aiootp/generics/hashing.py
include aiootp/generics/transform.py
include aiootp/keygens/__init__.py
include aiootp/keygens/curve_25519/__init__.py
include aiootp/keygens/curve_25519/double_diffie_hellman_client.py
include aiootp/keygens/curve_25519/double_diffie_hellman_server.py
include aiootp/keygens/curve_25519/ed25519.py
include aiootp/keygens/curve_25519/shared_interface.py
include aiootp/keygens/curve_25519/triple_diffie_hellman_client.py
include aiootp/keygens/curve_25519/triple_diffie_hellman_server.py
include aiootp/keygens/curve_25519/x25519.py
include aiootp/keygens/domain_kdf.py
include aiootp/keygens/mnemonics.py
include aiootp/keygens/package_signer.py
include aiootp/keygens/package_verifier.py
include aiootp/keygens/passcrypt/__init__.py
include aiootp/keygens/passcrypt/config.py
include aiootp/keygens/passcrypt/hash_format.py
include aiootp/keygens/passcrypt/interface.py
include aiootp/keygens/passcrypt/session_init.py
include aiootp/keygens/passcrypt/sessions_manager.py
include aiootp/randoms/__init__.py
include aiootp/randoms/_early_salts.py
include aiootp/randoms/entropy_daemon.py
include aiootp/randoms/ids/__init__.py
include aiootp/randoms/ids/guid.py
include aiootp/randoms/ids/guid_config.py
include aiootp/randoms/ids/raw_guid.py
include aiootp/randoms/ids/raw_guid_config.py
include aiootp/randoms/ids/sequence_id.py
include aiootp/randoms/ids/sequence_id_config.py
include aiootp/randoms/rng.py
include aiootp/randoms/simple.py
include aiootp/randoms/threading_safe_entropy_pool.py
include aiootp/tor/README_TOR.rst
include licenses/aiofiles_LICENSE.txt
include licenses/cpython_LICENSE.txt
include licenses/cryptography_LICENSES/LICENSE.APACHE
include licenses/cryptography_LICENSES/LICENSE.BSD
include licenses/cryptography_LICENSES/LICENSE.PSF
include licenses/cryptography_LICENSES/LICENSE.txt
include licenses/pytest-asyncio_LICENSE.txt
include licenses/pytest_LICENSE.txt
include logo.png
include pyproject.toml
include setup.cfg
include setup.py
include sign_package_build.py
include tests/conftest.py
include tests/test_ByteIO.py
include tests/test_Clock.py
include tests/test_ConcurrencyGuard.py
include tests/test_Database_AsyncDatabase.py
include tests/test_GUID.py
include tests/test_PackageSigner.py
include tests/test_Padding.py
include tests/test_Passcrypt.py
include tests/test_Processes_Threads.py
include tests/test_RawGUID.py
include tests/test_SequenceID.py
include tests/test_StreamHMAC.py
include tests/test_Typing_class.py
include tests/test_X25519_Ed25519.py
include tests/test_affine_permutations.py
include tests/test_aiootp.py
include tests/test_asynchs.py
include tests/test_cipher_configs.py
include tests/test_ciphers.py
include tests/test_commons.py
include tests/test_config_classes.py
include tests/test_databases.py
include tests/test_event_loops.py
include tests/test_exceptions.py
include tests/test_generics.py
include tests/test_gentools.py
include tests/test_high_level_encryption.py
include tests/test_keygens.py
include tests/test_misc_in_ciphers.py
include tests/test_misc_in_generics.py
include tests/test_misc_in_keygens.py
include tests/test_misc_in_randoms.py
include tests/test_namespace_classes.py
include tests/test_online_cipher_interfaces.py
include tests/test_permutations.py
include tests/test_randoms.py
include tests/test_time_to_live.py
include tests/test_typing.py
include tests/test_typing_protocols.py