crypto_pals/README.md
2024-07-31 13:30:15 +02:00

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
```