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