11 lines
166 B
Markdown
11 lines
166 B
Markdown
# Crypto Pals
|
|
My attempts at the [CryptoPals](https://cryptopals.com/) challenges.
|
|
|
|
Stack: Node.js with Typescript, using TDD.
|
|
|
|
## Running
|
|
```bash
|
|
npm i
|
|
npm test
|
|
```
|