Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 607 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 607 Bytes

Symbol & Nis1 Crypto Rust library.

symbol-crypto-core

Fast and efficient Rust implementation of Symbol & Nis1 Blockchain crypto.

Installation

To install, add the following to your project's Cargo.toml:

default symbol support

[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.3"

for nis1 support

[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.3"
features = ['nis1']

for mnemonic support

[dependencies.symbol-crypto-core]
version = "0.1.1-alpha.3"
features = ['with_mnemonic']

License

Licensed under the Apache License 2.0