forge_crypter 0.1.2

The rust language implementation of crypter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "forge_crypter"
version = "0.1.2"
edition = "2018"
authors = ["PangWei <wei@arcblock.io>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/ArcBlock/forge-rust-sdk"
repository = "https://github.com/ArcBlock/forge-rust-sdk"
documentation = "https://docs.rs/forge-rust-sdk"
description = "The rust language implementation of crypter"
keywords = ["forge", "crypter"]

[dependencies]
rust-crypto = "^0.2"
rand = "0.7"
rand_os = "0.2.1"