Skip to content

BlockPuppets/symbol-crypto-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Symbol & Nis1 Crypto Rust library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages