dechdev_rs 0.1.45

A Rust library by DECHDEV.
Documentation
# dechdev rust utils


#### run test all


```
cargo test --test mod
```

#### run test some file


```
cargo test --test test_1
cargo test --test test_1
```

## Note


Encryption Methods

###

    crypto_aes  : output as constant values : AES-256-CBC : Fixed IV
    crypto_aes_gcm : output as non-constant values