data | ||
tests | ||
.gitignore | ||
basics.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
utils.ts |
Crypto Pals
My attempts at the CryptoPals challenges.
Stack: Node.js with Typescript, using TDD.
Initialization
npm i
Run tests:
npm test
data | ||
tests | ||
.gitignore | ||
basics.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
utils.ts |
My attempts at the CryptoPals challenges.
Stack: Node.js with Typescript, using TDD.
npm i
npm test