q1ss 0.0.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

q1ss 0.0.1

This library contains experimental implementations of quantum one-shot signatures by authors from the QSig Commission and other contributors, with special focus on blockchain technology.

Contents

Install
Usage
API
License



Install
The library is currently in pre-alpha development, but you can install the latest release from PyPI as follows:
$ pip install --upgrade q1ss
Low-level operations are vectorised using numpy, which is a required dependency of this library.
If numba is installed, it is automatically used to JIT-compile certain low-level operations for additional performance:
$ pip install --upgrade numba
If cupy is installed additionally to numba, GPU acceleration can be used for certain operations:
$ pip install --upgrade cupy


Usage
Coming soon.


API
For the full API documentation, see https://q1ss.readthedocs.io/


License
LGPL © Hashberg Ltd and 20squares UG.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.