diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-10-18 16:12:11 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-10-18 16:12:11 +0300 |
commit | f67d76dc7213a870260b7bff86467dbb156e53bf (patch) | |
tree | a81d3f56abbde4253e8e8b44ce1c6c0a81ad6af7 | |
parent | dd175a76d76a90a828d6971fb0f099c2ad52bc15 (diff) | |
download | cryptrobber-f67d76dc7213a870260b7bff86467dbb156e53bf.tar cryptrobber-f67d76dc7213a870260b7bff86467dbb156e53bf.tar.xz cryptrobber-f67d76dc7213a870260b7bff86467dbb156e53bf.zip |
Fix.
-rw-r--r-- | main.sts | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -103,8 +103,8 @@ defword checktext bifreq_eng freq_eng calcdist if 1 else 0 fi ; Remove frequencies from stack: - 2c0 set - 2c0 clear + 2c1 set + 2c1 clear exit set_entry float_init ; this is program with floats @@ -118,6 +118,7 @@ set_entry float_init ; this is program with floats do ; generate next key to try keygen as keylen local key + 5 print_stack '.' sys_write_err ; decipher text (length is the same as for ciphertext) |