symbol-crypto-core

Crates.iosymbol-crypto-core
lib.rssymbol-crypto-core
version0.1.1-alpha.2
sourcesrc
created_at2021-06-02 18:35:16.977571
updated_at2021-06-18 01:45:49.293059
descriptionComplete Symbol & Nis1 blockchain crypto library implementation.
homepage
repositoryhttps://github.com/BlockPuppets/symbol-crypto-core
max_upload_size
id405449
size58,034
Black Puppet (BlockPuppetsBlack)

documentation

README

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 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']

License

Licensed under the Apache License 2.0

Commit count: 17

cargo fmt