crypto_pals/README.md

29 lines
444 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
```
2024-07-31 15:02:14 +00:00
## Progress:
- [ ] Set 1:
- [x] Challenge 1
- [x] Challenge 2
- [x] Challenge 3
- [x] Challenge 4
- [x] Challenge 5
- [ ] Challenge 6
- [ ] Challenge 7
- [ ] Challenge 8
- [ ] Set 2:
- [ ] Set 3:
- [ ] Set 4:
- [ ] Set 5;
- [ ] Set 6:
- [ ] Set 7:
- [ ] Set 8: