aboutsummaryrefslogtreecommitdiff
path: root/lc4.py
Commit message (Collapse)AuthorAgeFiles
* match the card decks with what's written in READMEMirek Kratochvil2021-04-231
| | | | Refs #3
* Change indexing to make card ordering more intuitiveTrevor Terris2021-04-231
| | | | Update the indexing so that the table starts at "1". This way the ordered card layout (used for key generation) starts with the Ace of Diamonds and proceeds through the cards and suits as normal. This seems cleaner than awkwardly prepending the 10 of Spades. However, it involves a slight tweak to the key key_derive function to support the change in card order.
* Fix whitespaceTrevor Xiao2021-04-221
|
* Update lc4 script to include playing card tablesTrevor Xiao2021-04-221
|
* Small correction in lc4.pyess2018-07-251
|
* lc4 v2.8Bernhard Esslinger2018-06-111
|
* fix the nonce/marker mode typoMirek Kratochvil2018-06-091
| | | | | | (I should use tests and enums!) Thanks Bernhard Esslinger.
* fix the fixpoint-ish problem for ls47Mirek Kratochvil2018-04-121
| | | | | | Closes #1 Try encrypting ############## with lc4.
* Add a human usuable binary with ElsieFour and LS47Bernard Esslinger2018-02-141