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
- Host: GitHub
- URL: https://github.com/nucypher/nucypher-core
- Owner: nucypher
- Created: 2021-09-20T05:52:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T22:00:16.000Z (about 1 year ago)
- Last Synced: 2025-04-17T02:56:40.014Z (about 1 year ago)
- Language: Rust
- Size: 1.28 MB
- Stars: 7
- Watchers: 10
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/