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_general : output as constant values
crypto : output as non-constant values
cargo test --test mod
cargo test --test test_1
cargo test --test test_1
Encryption Methods
crypto_general : output as constant values
crypto : output as non-constant values