معرفی شرکت ها


bls-lib-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple Python implementation of threshold BLS signatures.
ویژگی مقدار
سیستم عامل -
نام فایل bls-lib-1.0.1
نام bls-lib
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alberto Sonnino
ایمیل نویسنده alberto.sonnino@ucl.ac.uk
آدرس صفحه اصلی https://pypi.org/project/bls-lib
آدرس اینترنتی https://pypi.org/project/bls-lib/
مجوز -
# BLS Signatures [![license](https://img.shields.io/badge/license-GPL3-brightgreen.svg)](https://github.com/asonnino/bls/blob/master/LICENSE) [![Build Status](https://travis-ci.org/asonnino/bls.svg?branch=master)](https://travis-ci.org/asonnino/bls) [![Documentation Status](https://readthedocs.org/projects/bls-lib/badge/?version=latest)](https://bls-lib.readthedocs.io/en/latest/?badge=latest) A simple Python implementation of threshold BLS signatures. A link to the full paper is available at the following address: [https://iacr.org/archive/asiacrypt2001/22480516.pdf](https://iacr.org/archive/asiacrypt2001/22480516.pdf) ## Pre-requisites This implementation is built on top of [petlib](https://github.com/gdanezis/petlib) and [bplib](https://github.com/gdanezis/bplib), make sure to follow [these instructions](https://github.com/gdanezis/petlib#pre-requisites) to install all the pre-requisites. ## Install If you have `pip` installed, you can install **bls** with the following command: ``` $ pip install bls-lib ``` otherwise, you can build it manually as below: ``` $ git clone https://github.com/asonnino/bls $ cd bls $ pip install -e . ``` ## Test Tests can be run as follows: ``` $ pytest -v --cov=bls tests/ ``` or simply using tox: ``` $ tox ``` ## License [The GPLv3 license](https://www.gnu.org/licenses/gpl-3.0.en.html)


نیازمندی

مقدار نام
- petlib
- bplib


نحوه نصب


نصب پکیج whl bls-lib-1.0.1:

    pip install bls-lib-1.0.1.whl


نصب پکیج tar.gz bls-lib-1.0.1:

    pip install bls-lib-1.0.1.tar.gz