Go to file
2024-07-31 13:19:47 +02:00
data Add solutions to challenge 4 2024-07-31 13:19:47 +02:00
tests Add solutions to challenge 4 2024-07-31 13:19:47 +02:00
.gitignore Initial commit 2024-07-31 11:11:34 +02:00
basics.ts Add solutions to challenge 4 2024-07-31 13:19:47 +02:00
package-lock.json Initial commit 2024-07-31 11:11:34 +02:00
package.json Initial commit 2024-07-31 11:11:34 +02:00
README.md Initial commit 2024-07-31 11:11:34 +02:00
utils.ts Add solutions to challenge 4 2024-07-31 13:19:47 +02:00

Crypto Pals

My attempts at the CryptoPals challenges.

Stack: Node.js with Typescript, using TDD.

Initialization

npm i

Run tests:

npm test