Fast and efficient Rust implementation of Symbol & Nis1 Blockchain crypto.
To install, add the following to your project's Cargo.toml
:
default sym support
toml
[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.1"
for nis1 support
toml
[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.1"
features = ['nis1']
for mnemonic support
toml
[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.1"
features = ['with_mnemonic']
Licensed under the Apache License 2.0