diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-07 13:00:18 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-07 13:00:18 -0400 |
commit | 6e0180073f5c9baaa5edf98d4759abc1fe29bd2b (patch) | |
tree | 24f3f5711146a854a8979ecf2acb0261afa5105d | |
parent | ac961eac3ceb9055d3b75e17dfb44d72f1183b03 (diff) |
Update README.md.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |