#goes #text #algorithm #фыр #simpliest #fyr

shyfyr

Simpliest possible text encryption algorithm that goes FYR

1 unstable release

0.1.0 Dec 12, 2020

#1977 in Algorithms

Unlicense

3KB

shyfyr

Crate

Text encryption algorithm library that goes ФЫР

mod lib;
fn main(){	
	assert_eq!(lib::ser("мир"), "фыРФЫрФЫРФЫрФырФыРфыРФЫрФЫРФЫрФырФЫРфыРФЫрфырФЫрФЫРФЫР");
	assert_eq!(lib::de("фыРФЫрФЫРФЫрФырФыРфыРФЫрФЫРФЫрФырФЫРфыРФЫрфырФЫрФЫРФЫР"), "мир");
}

No runtime deps