Crates.io | forge_crypter |
lib.rs | forge_crypter |
version | 0.1.3 |
source | src |
created_at | 2019-10-12 02:11:52.995928 |
updated_at | 2019-10-21 00:17:08.163217 |
description | The rust language implementation of crypter |
homepage | https://github.com/ArcBlock/forge-rust-sdk |
repository | https://github.com/ArcBlock/forge-rust-sdk |
max_upload_size | |
id | 171819 |
size | 5,041 |
forge_crypter
implement by Rust
. Support aes256
crypto currently.
encrypt(&self, message: &[u8]) -> Vec<u8>
decrypt(&self, message: &[u8]) -> Vec<u8>