Crates.io | symbol-crypto-core |
lib.rs | symbol-crypto-core |
version | 0.1.1-alpha.2 |
source | src |
created_at | 2021-06-02 18:35:16.977571 |
updated_at | 2021-06-18 01:45:49.293059 |
description | Complete Symbol & Nis1 blockchain crypto library implementation. |
homepage | |
repository | https://github.com/BlockPuppets/symbol-crypto-core |
max_upload_size | |
id | 405449 |
size | 58,034 |
Fast and efficient Rust implementation of Symbol & Nis1 Blockchain crypto.
To install, add the following to your project's Cargo.toml
:
default sym support
[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.2"
for nis1 support
[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.2"
features = ['nis1']
for mnemonic support
[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.2"
features = ['with_mnemonic']
Licensed under the Apache License 2.0