https://github.com/everx-labs/ever-crypto
Cryptographic primitives for Everscale/Venom nodes in Rust
https://github.com/everx-labs/ever-crypto
blockchain everscale rust venom-blockchain venom-crypto venom-developer-program
Last synced: 7 months ago
JSON representation
Cryptographic primitives for Everscale/Venom nodes in Rust
- Host: GitHub
- URL: https://github.com/everx-labs/ever-crypto
- Owner: everx-labs
- License: gpl-3.0
- Created: 2022-01-14T17:32:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T06:44:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T01:35:35.850Z (12 months ago)
- Topics: blockchain, everscale, rust, venom-blockchain, venom-crypto, venom-developer-program
- Language: Rust
- Homepage:
- Size: 136 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ever-crypto
Cryptographic primitives for Everscale/Venom nodes in Rust
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## About
Safe Rust implementation of cryptographic primitives used in Everscale/Venom nodes
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-crypto.git
cd ever-crypto
cargo build --release
```
## Usage
This project output is the library which is used as a part of Everscale/Venom node. Also it can be used in standalone tools.
## Contributing
Contribution to the project is expected to be done via pull requests submission.
## License
See the [LICENSE](LICENSE) file for details.
## Tags
`blockchain` `everscale` `rust` `venom-blockchain` `venom-developer-program` `venom-crypto`