Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 350 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 350 Bytes

Hutton Cipher

The Hutton cipher of EricBondHutton, written in AssemblyScript.

Command Line Instructions

npm i
npm run compile
deno run --allow-read main.ts

Thanks to MaxGraey for correcting some anti-patterns present in my AssemblyScript.