Cryptography primitives for Hypercore
Go to file
Luke Murphy e8ed3bdf21
Fix link
2020-02-22 17:13:49 +01:00
.github Add github funding file 2019-11-20 09:58:45 +07:00
changelog Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
docs Use more standard docs folder 2019-11-25 11:20:53 +07:00
hypercore_crypto Fix keyword argument 2019-11-14 19:09:19 +07:00
test Fix mocker usage 2019-12-04 22:50:05 +07:00
.gitignore Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
.readthedocs.yml Also configure RTD to use new docs path 2019-11-26 10:40:43 +07:00
.travis.yml Add libsodium in the CI env 2019-10-05 22:00:00 +02:00
CHANGELOG.rst Add new change log entry 2019-11-14 19:11:50 +07:00
CODE_OF_CONDUCT.rst Fix link 2020-02-22 17:13:49 +01: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 Add liberapay link 2019-11-20 09:49:52 +07: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 Use more standard docs folder 2019-11-25 11:20:53 +07:00
setup.py Roll out the new boilerplate 2019-10-04 23:20:02 +02:00
tox.ini Use more standard docs folder 2019-11-25 11:20:53 +07: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:: http://img.shields.io/liberapay/patrons/decentral1se.svg?logo=liberapay
   :target: https://liberapay.com/decentral1se
   :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/