Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helium/helium-crypto-rs
https://github.com/helium/helium-crypto-rs
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/helium/helium-crypto-rs
- Owner: helium
- License: apache-2.0
- Created: 2021-02-05T22:34:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:30:48.000Z (8 months ago)
- Last Synced: 2024-10-13T14:12:57.765Z (about 1 month ago)
- Language: Rust
- Size: 211 KB
- Stars: 5
- Watchers: 27
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Continuous Integration](https://github.com/helium/helium-crypto-rs/workflows/Continuous%20Integration/badge.svg)
[![codecov](https://codecov.io/gh/helium/helium-crypto-rs/branch/main/graph/badge.svg?token=YA02M87E5B)](https://codecov.io/gh/helium/helium-crypto-rs)## helium-crypto-rs
This library implements various cryptographic functions used by [Helium
Blockchain](https://helium.com). This includes creating keypairs for supported
key types signing messages and verifying messages with public keys. Public keys
support binary and B58 encode/decoding as used by the Helium blockchain.See the library documentation for usage details.
## Using
Add a dependency to your projects `Cargo.toml`:
```rust
helium-crypto = ""
```