crypto_pals/README.md

11 lines
166 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.
2024-07-31 11:30:15 +00:00
## Running
2024-07-31 09:11:34 +00:00
```bash
npm i
npm test
```