Skip to content

KeystoneHQ/rust-crypto-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Crypto Core

Rust Crypto Core is the Rust implementation of multiple blockchain application used on Keystone Wallet. It includes like transaction decoding, Signer implemenation etc.

Struture

  • blockchains: different blockchain transaction decoding implementations
  • signer: signer sample implementation.
  • traits: the public traits defined in this module.

Build

Go to each subdirectory and run Cargo build

Test

Go to each subdirectory and run Cargo Test

License

This project is under MIT License.