3 releases
0.1.1-alpha.2 | Jun 18, 2021 |
---|---|
0.1.1-alpha.1 | Jun 3, 2021 |
0.1.1-alpha.0 | Jun 2, 2021 |
#4 in #nem
26 downloads per month
55KB
496 lines
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
Dependencies
~6.5–9MB
~150K SLoC