Metadata-Version: 1.1
Name: exponot
Version: 0.0.2
Summary: Exposure Notification reference implementation
Home-page: https://github.com/vietlq/exponot
Author: Viet Le
Author-email: vietlq85@gmail.com
License: UNKNOWN
Description-Content-Type: text/markdown
Description: # exponot - Reference implementation of Apple/Google COVID-19 tracing API
        
        Exposure Notification based on docs of Apple/Google collaboration.
        
        ## References
        
        * https://www.apple.com/covid19/contacttracing/
        * https://covid19-static.cdn-apple.com/applications/covid19/current/static/contact-tracing/pdf/ExposureNotification-CryptographySpecificationv1.2.pdf
        * https://pypi.org/project/pycryptodome/
        * https://www.pycryptodome.org/en/latest/
        * https://techtutorialsx.com/2018/04/09/python-pycrypto-using-aes-128-in-ecb-mode/
        * https://laconicwolf.com/2018/07/22/cryptopals-challenge-7-implement-aes-in-ecb-mode-with-python/
        * https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/
        * https://covid19-static.cdn-apple.com/applications/covid19/current/static/contact-tracing/pdf/ContactTracing-CryptographySpecification.pdf
        * https://www.apple.com/covid19/contacttracing/
        * https://github.com/DP-3T/documents
        * https://sunblaze-ucb.github.io/privacy/papers/epione.pdf
        
Keywords: covid-19 exposure notification contact-tracing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
