Загрузить файлы в «/»
This commit is contained in:
commit
0c679ee232
4 changed files with 1136 additions and 0 deletions
1119
Cargo.lock
generated
Normal file
1119
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
[package]
|
||||||
|
name = "evolution_crypting"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
bit-set = "0.9.1"
|
||||||
|
bitvec = "1.0.1"
|
||||||
|
clap = { version = "4.6.0", features = ["derive"] }
|
||||||
|
rand = "0.10.0"
|
||||||
|
rand_chacha = "0.10.0"
|
||||||
|
ratatui = "0.29"
|
||||||
|
crossterm = "0.28"
|
||||||
2
english.chrs
Normal file
2
english.chrs
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzcvbnm
|
||||||
|
,. ?!"'/
|
||||||
2
russian.chrs
Normal file
2
russian.chrs
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЭЯЧСМИТЬБЮ
|
||||||
|
йцукенгшщзхъфывапролджэячсмитьбю .,!?"/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue