cryptify 2.0.0

A procedural macro library to obfuscate Rust code. Provides compile-time string encryption and random flow obfuscation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.labyrinth_macros]
version = "2.0.0"

[package]
authors = ["Pranav Dronavalli <dronavallipranav@gmail.com>"]
description = "A procedural macro library to obfuscate Rust code. Provides compile-time string encryption and random flow obfuscation."
edition = "2021"
license = "MIT"
name = "cryptify"
readme = "README.md"
repository = "https://github.com/dronavallipranav/rust-obfuscator/tree/main/labyrinth_macros"
version = "2.0.0"