mcl

Python bindings for mcl library by herumi

https://github.com/piotrszyma/mcl-python

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary

Keywords

bindings cryptography pairing
Last synced: 6 months ago · JSON representation

Repository

Python bindings for mcl library by herumi

Basic Info
  • Host: GitHub
  • Owner: piotrszyma
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 77.1 KB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 6
  • Open Issues: 1
  • Releases: 0
Topics
bindings cryptography pairing
Created about 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

mcl-python

mcl-python is a Python library that creates bindings for mcl library by 光成滋生 MITSUNARI Shigeo(herumi@nifty.com).

Supported curves

For now the only supported curve is BLS12_384 (named in library BN384_256)

Installation

This package requires mcl to be preinstalled.

Use the package manager pip to install mcl-python.

bash pip install mcl

Usage

```python import mcl

fr = new mcl.Fr() fr.setByCSPRNG() ```

For more examples, please check tests.

Tests

Tests are written in unittest.

python3 -m unittest discover tests/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Owner

  • Login: piotrszyma
  • Kind: user
  • Location: Wroclaw

Computer Science enthusiast, Software Engineer, Computer Security MSc graduate at Wroclaw University of Science and Technology.

GitHub Events

Total
  • Issues event: 1
  • Watch event: 2
  • Push event: 1
  • Pull request event: 1
  • Pull request review event: 1
Last Year
  • Issues event: 1
  • Watch event: 2
  • Push event: 1
  • Pull request event: 1
  • Pull request review event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 39
  • Total Committers: 1
  • Avg Commits per committer: 39.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Piotr Szyma t****8@g****m 39

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 7
  • Average time to close issues: 22 days
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: 22 days
  • Average time to close pull requests: 22 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • scmanjarrez (1)
Pull Request Authors
  • piotrszyma (6)
  • scmanjarrez (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 173 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 6
  • Total maintainers: 1
pypi.org: mcl

Python wrapper for mcl library

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 173 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 16.9%
Dependent repos count: 21.7%
Average: 22.8%
Stargazers count: 27.8%
Downloads: 37.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi