Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/girkovarpa/hutton-assemblyscript

The Hutton cipher written in AssemblyScript.
https://github.com/girkovarpa/hutton-assemblyscript

assemblyscript cipher deno hutton

Last synced: about 9 hours ago
JSON representation

The Hutton cipher written in AssemblyScript.

Awesome Lists containing this project

README

        

# Hutton Cipher

The Hutton cipher of [EricBondHutton](https://old.reddit.com/user/ericbondhutton), written in AssemblyScript.

## Command Line Instructions

```
npm i
```

```
npm run compile
```

```
deno run --allow-read main.ts
```

Thanks to [MaxGraey](https://github.com/MaxGraey) for correcting some anti-patterns present in my AssemblyScript.