aboutsummaryrefslogtreecommitdiff
path: root/SUBMISSION.md
diff options
context:
space:
mode:
authorWarrick Lo <wlo@warricklo.net>2026-06-02 06:57:06 -0700
committerWarrick Lo <wlo@warricklo.net>2026-06-02 07:05:42 -0700
commit219888f42238c1d442368eb500c5c69c6c075538 (patch)
tree02ee20b20a9a1ccbe8a42382ccbc37a8ade69f85 /SUBMISSION.md
parentAdd improvements to SUBMISSION.md (diff)
downloadrc4-decrypt-master.tar.xz
rc4-decrypt-master.zip
CleanupHEADmaster
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to 'SUBMISSION.md')
-rw-r--r--SUBMISSION.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/SUBMISSION.md b/SUBMISSION.md
deleted file mode 100644
index 97eaef7..0000000
--- a/SUBMISSION.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# ARC4 Cracking Competition Submission
-
-- We implemented 108 ARC4 cracking cores in parallel.
-- This also required around 108 times the memory usage.
-- In the future, this can be improved by using two-port memory, or by not writing the plaintext until we confirm the key is valid.
-- A PLL was added for frequency synthesis using the 50 MHz clock signal. We used a conservative clock of 90 MHz with the PLL.
-- The cracking can also be pipelined further in the future.