crypto_pals/README.md
2024-07-31 11:11:34 +02:00

15 lines
200 B
Markdown

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