Skip to content

Commit

Permalink
Update README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rpicard committed Jun 3, 2014
1 parent 3838894 commit effa07c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ Tips/Tricks
===========

* For Dev purposes, the test server always uses code 111111

Compiling curve25519.js
=======================

The JavaScript curve25519 implementation is compiled using emscripten with
* The JavaScript curve25519 implementation is compiled using emscripten with
this command, run on curve25519-donna.c from [here](https://github.com/agl/curve25519-donna):

`emcc curve25519-donna.c -O3 -o curve25519.html -s EXPORTED_FUNCTIONS="['_curve25519_donna']"`

0 comments on commit effa07c

Please sign in to comment.