#symbols #curve25519 #nis1 #cryptography #nem

symbol-crypto-core

Complete Symbol & Nis1 blockchain crypto library implementation

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

Apache-2.0

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