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
- Host: GitHub
- URL: https://github.com/gangstead/cryptopals-node
- Owner: gangstead
- Created: 2018-01-17T10:17:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T01:43:24.000Z (over 7 years ago)
- Last Synced: 2025-01-29T08:28:01.815Z (4 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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