Initial commit

This commit is contained in:
t3xhno
2024-07-31 11:11:34 +02:00
commit d3423779dc
7 changed files with 652 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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
```