forge_crypter

Crates.ioforge_crypter
lib.rsforge_crypter
version0.1.3
sourcesrc
created_at2019-10-12 02:11:52.995928
updated_at2019-10-21 00:17:08.163217
descriptionThe rust language implementation of crypter
homepagehttps://github.com/ArcBlock/forge-rust-sdk
repositoryhttps://github.com/ArcBlock/forge-rust-sdk
max_upload_size
id171819
size5,041
Pang Wei (qiangshou007)

documentation

https://docs.rs/forge-rust-sdk

README

Intro

forge_crypter implement by Rust. Support aes256 crypto currently.

API

  • encrypt(&self, message: &[u8]) -> Vec<u8>
  • decrypt(&self, message: &[u8]) -> Vec<u8>

Usage

Commit count: 0

cargo fmt