An open API service indexing awesome lists of open source software.

https://github.com/nucypher/nucypher-core

Core structures for Nucypher network in Rust
https://github.com/nucypher/nucypher-core

Last synced: 11 months ago
JSON representation

Core structures for Nucypher network in Rust

Awesome Lists containing this project

README

          

# Protocol structures of Nucypher network

This repo contains Rust implementation of the protocol classes that can be shared between Python and JS clients/servers of the network.

* [Rust](https://github.com/nucypher/nucypher-core/tree/main/nucypher-core) (primary) [![crate][rust-crate-image]][rust-crate-link] [![Docs][rust-docs-image]][rust-docs-link] ![License][rust-license-image] [![Build Status][rust-build-image]][rust-build-link] [![Coverage][rust-coverage-image]][rust-coverage-link]
* [JavaScript](https://github.com/nucypher/nucypher-core/tree/main/nucypher-core-wasm) (WASM-based) [![npm package][js-npm-image]][js-npm-link] ![License][js-license-image]
* [Python](https://github.com/nucypher/nucypher-core/tree/main/nucypher-core-python) [![pypi package][pypi-image]][pypi-link] [![Docs][rtd-image]][rtd-link] ![License][pypi-license-image]

[rust-crate-image]: https://img.shields.io/crates/v/nucypher-core.svg
[rust-crate-link]: https://crates.io/crates/nucypher-core
[rust-docs-image]: https://docs.rs/nucypher-core/badge.svg
[rust-docs-link]: https://docs.rs/nucypher-core/
[rust-license-image]: https://img.shields.io/crates/l/nucypher-core
[rust-build-image]: https://github.com/nucypher/nucypher-core/workflows/nucypher-core/badge.svg?branch=main&event=push
[rust-build-link]: https://github.com/nucypher/nucypher-core/actions?query=workflow%3Anucypher-core
[rust-coverage-image]: https://codecov.io/gh/nucypher/nucypher-core/branch/main/graph/badge.svg
[rust-coverage-link]: https://codecov.io/gh/nucypher/nucypher-core
[js-npm-image]: https://img.shields.io/npm/v/@nucypher/nucypher-core
[js-npm-link]: https://www.npmjs.com/package/@nucypher/nucypher-core
[js-license-image]: https://img.shields.io/npm/l/@nucypher/nucypher-core
[pypi-image]: https://img.shields.io/pypi/v/nucypher-core
[pypi-link]: https://pypi.org/project/nucypher-core/
[pypi-license-image]: https://img.shields.io/pypi/l/nucypher-core
[rtd-image]: https://readthedocs.org/projects/nucypher-core/badge/?version=latest
[rtd-link]: https://nucypher-core.readthedocs.io/en/latest/