Metadata-Version: 2.1
Name: hypercore-crypto
Version: 0.0.1a1
Summary: Cryptography primitives for Hypercore
Home-page: https://hack.decentral1.se/datpy/hypercore-crypto
Author: decentral1se
Author-email: lukewm@riseup.net
Maintainer: decentral1se
Maintainer-email: lukewm@riseup.net
License: GPLv3
Project-URL: Source Code, https://hack.decentral1.se/datpy/hypercore-crypto
Project-URL: Documentation, https://hypercore-crypto.readthedocs.io/
Project-URL: Maintainer Support, https://decentral1.se
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: pysodium (<0.8,>=0.7.2)
Requires-Dist: merkle-tree-stream (<1.0.0,>=0.0.1a1)
Provides-Extra: changelog
Requires-Dist: towncrier (<20.0,<=19.2.0) ; extra == 'changelog'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (<2.0,>=1.6.0) ; extra == 'docs'

.. _header:

****************
hypercore-crypto
****************

.. image:: https://img.shields.io/badge/license-GPL-brightgreen.svg
   :target: LICENSE
   :alt: Repository license

.. image:: https://badge.fury.io/py/hypercore-crypto.svg
   :target: https://badge.fury.io/py/hypercore-crypto
   :alt: PyPI package

.. image:: https://travis-ci.com/datpy/hypercore-crypto.svg?branch=master
   :target: https://travis-ci.com/datpy/hypercore-crypto
   :alt: Travis CI result

.. image:: https://readthedocs.org/projects/hypercore-crypto/badge/?version=latest
   :target: https://hypercore-crypto.readthedocs.io/en/latest/
   :alt: Documentation status

.. image:: https://img.shields.io/badge/support-maintainers-brightgreen.svg
   :target: https://decentral1.se
   :alt: Support badge

.. _introduction:

Cryptography primitives for Hypercore
-------------------------------------

Cryptography primitives for `Hypercore`_ (WIP).

.. _Hypercore: https://hypercore.readthedocs.io/en/latest/

.. _documentation:

Documentation
*************

* https://hypercore-crypto.readthedocs.io/

Mirroring
*********

* https://hack.decentral1.se/datpy/hypercore-crypto (primary)
* https://github.com/datpy/hypercore-crypto


