#encryption #cat #b-bang #빵켓 #암호화

bbangcat_encryption

BBang Cat Encryption

2个版本

0.1.1 2021年7月27日
0.1.0 2021年7月27日

#86 in #cat

MIT 许可证

7KB
148

BBang Cat Encryption

这是BBang Cat Encryption。

我尽量做得简单。

用法

Cargo.toml:

[dependencies]
bbangcat_encryption = "0.1.0"

main.rs:

use bbangcat_encryption::bce;

fn main() {
    println!("{}", bce::to_bce::new("Hello, World!")); // 뿢빽콋콋컜랰 쾛컜뿅콋뺗렾
    println!("{}", bce::to_str::new("뿢빽콋콋컜랰 쾛컜뿅콋뺗렾")); // Hello, World!
}

无运行时依赖