dechdev_rs 0.1.8

A Rust library for DechDev, a decentralized development platform.
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  : output as constant values : AES-256-CBC : Fixed IV
    bcrypt : output as non-constant values