An open API service indexing awesome lists of open source software.

https://github.com/gangstead/cryptopals-node

starter template for cryptopals challenges
https://github.com/gangstead/cryptopals-node

Last synced: 3 months ago
JSON representation

starter template for cryptopals challenges

Awesome Lists containing this project

README

        

cryptopals-node
===============

Follow along with the challenges at https://cryptopals.com/ and attempt to solve them in Node.js. Because why not?

## Setup
npm install

## Running
1. `npm run test`
1. Make tests pass