-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Francisco Rojas
committed
Aug 24, 2014
1 parent
ec2c9e9
commit e2b471c
Showing
1 changed file
with
14 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,27 @@ | ||
# cryptopals | ||
|
||
FIXME: description | ||
http://cryptopals.com/ in Clojure | ||
|
||
## Installation | ||
## Running the tests | ||
|
||
Download from http://example.com/FIXME. | ||
$ lein test | ||
|
||
## Usage | ||
## Challenges | ||
|
||
FIXME: explanation | ||
###Set 1 | ||
|
||
$ java -jar cryptopals-0.1.0-standalone.jar [args] | ||
|
||
## Options | ||
|
||
FIXME: listing of options this app accepts. | ||
|
||
## Examples | ||
|
||
... | ||
|
||
### Bugs | ||
|
||
... | ||
|
||
### Any Other Sections | ||
### That You Think | ||
### Might be Useful | ||
- [x] Challenge 1 | ||
- [x] Challenge 2 | ||
- [ ] Challenge 3 | ||
- [ ] Challenge 4 | ||
- [ ] Challenge 5 | ||
- [ ] Challenge 6 | ||
- [ ] Challenge 7 | ||
- [ ] Challenge 8 | ||
|
||
## License | ||
|
||
Copyright © 2014 FIXME | ||
Copyright © 2014 Francisco Rojas | ||
|
||
Distributed under the Eclipse Public License either version 1.0 or (at | ||
your option) any later version. |