Commit graph

9 commits

Author SHA1 Message Date
Mirek Kratochvil f977b180c6 match the card decks with what's written in README
Refs #3
2021-04-23 17:42:12 +02:00
Trevor Terris 2076f1b57b Change indexing to make card ordering more intuitive
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.
2021-04-22 19:04:38 -04:00
Trevor Xiao 00f89c47c7 Fix whitespace 2021-04-21 20:50:08 -04:00
Trevor Xiao 513f8312a2 Update lc4 script to include playing card tables 2021-04-21 20:47:31 -04:00
ess 1e259be0d7 Small correction in lc4.py 2018-07-25 01:32:52 +02:00
Bernhard Esslinger f434682a2f lc4 v2.8 2018-06-11 00:44:17 +02:00
Mirek Kratochvil afd976344d fix the nonce/marker mode typo
(I should use tests and enums!)

Thanks Bernhard Esslinger.
2018-06-09 16:30:18 +02:00
Mirek Kratochvil f73bc96360 fix the fixpoint-ish problem for ls47
Closes #1

Try encrypting ############## with lc4.
2018-04-12 10:12:34 +02:00
Bernard Esslinger a33aa2a04b Add a human usuable binary with ElsieFour and LS47 2018-02-14 13:22:43 +01:00