Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-12-07 22:22:08 +0300
committerGitHub <noreply@github.com>2017-12-07 22:22:08 +0300
commit273213c860831fa50c0ff4af99a82e124920e756 (patch)
tree57e66ab8f3c9eb16421d31d82a937b214965e940
parent0015bb6350ecefad92a01ad1f673fbd789e50c50 (diff)
Update README.mdsimd
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1375770..ccedd23 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,20 @@ https://marc-stevens.nl/research/papers/C13-S.pdf
## Compiling
-Run:
+### Using autotools
+
```
+autoreconf --install
+./configure
make
```
+### Using the old build system
+
+```
+make -f Makefile.old
+```
+
## Command-line usage
There are two programs `bin/sha1dcsum` and `bin/sha1dcsum_partialcoll`.