dechdev_rs

Crates.iodechdev_rs
lib.rsdechdev_rs
version0.1.42
created_at2025-06-21 10:31:22.540249+00
updated_at2025-12-24 08:08:02.423353+00
descriptionA Rust library by DECHDEV.
homepage
repositoryhttps://github.com/THAI-DEV/dechdev_rs
max_upload_size
id1720703
size103,353
DECH (THAI-DEV)

documentation

README

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
Commit count: 37

cargo fmt