forge_crypter 0.1.3

The rust language implementation of crypter
Documentation
### Intro
`forge_crypter` implement by `Rust`. Support `aes256` crypto currently.

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

### Usage