crypto_pals/README.md

15 lines
200 B
Markdown
Raw Normal View History

2024-07-31 09:11:34 +00:00
# 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
```