aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-07 13:00:18 -0400
committerRob Austein <sra@hactrn.net>2015-07-07 13:00:18 -0400
commit6e0180073f5c9baaa5edf98d4759abc1fe29bd2b (patch)
tree24f3f5711146a854a8979ecf2acb0261afa5105d
parentac961eac3ceb9055d3b75e17dfb44d72f1183b03 (diff)
Update README.md.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7641956..dedbece 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@ libtfm
======
This is a trivial port of the Tom's Fast Math (TFM) bignum library to
-the Cryptech environment. At least for now, this just checks the
-package out from GitHub, verifies that the SHA-256 digest of the
-commit we're using matches a known value, and builds the library with
+the Cryptech environment. We use a git submodule to pull the package
+from GitHub, we verify that the SHA-256 digest of what we got from
+GitHub matches the version we tested, then we build the library with
the options we want.
See tomsfastmath/doc/tfm.pdf for API details.