29 lines
444 B
Markdown
29 lines
444 B
Markdown
# Crypto Pals
|
|
My attempts at the [CryptoPals](https://cryptopals.com/) challenges.
|
|
|
|
Stack: Node.js with Typescript, using TDD.
|
|
|
|
## Running
|
|
```bash
|
|
npm i
|
|
npm test
|
|
```
|
|
|
|
## 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:
|