Cryptography primitives for Hypercore
Go to file
Luke Murphy 9321539803
New Sphinx theme and better docs
2019-11-03 16:48:32 +01:00
changelog Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
documentation New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00
hypercore_crypto Add export list 2019-10-06 16:19:18 +02:00
test Finalise the rest of the module 2019-10-05 20:28:55 +02:00
.gitignore Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
.readthedocs.yml Once again fight RTD to install the package 2019-10-05 22:14:00 +02:00
.travis.yml Add libsodium in the CI env 2019-10-05 22:00:00 +02:00
CHANGELOG.rst New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00
CODE_OF_CONDUCT.rst Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
CONTRIBUTING.rst New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00
FUNDING.yml Add funding file 2019-10-09 00:48:03 +02:00
LICENSE Use right license to match original 2019-10-06 16:18:58 +02:00
MANIFEST.in Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
README.rst New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00
mypy.ini Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
pyproject.toml New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00
setup.cfg New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00
setup.py Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
tox.ini New Sphinx theme and better docs 2019-11-03 16:48:32 +01:00

README.rst

.. _header:

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

.. image:: https://img.shields.io/badge/license-MIT-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.

Part of the `Datpy`_ project.

.. _Datpy: https://datpy.decentral1.se/

.. _documentation:

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

* `hypercore-crypto.readthedocs.io`_

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