From 3aa8b1dd6e0f504ef83da99f8c9cdb2532f948f5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 13 Sep 2020 23:10:21 +0000 Subject: Initial conversion pass --- .../GitRepositories%2Fsw%2Fthirdparty%2Flibtfm.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 raw-wiki-dump/GitRepositories%2Fsw%2Fthirdparty%2Flibtfm.md (limited to 'raw-wiki-dump/GitRepositories%2Fsw%2Fthirdparty%2Flibtfm.md') diff --git a/raw-wiki-dump/GitRepositories%2Fsw%2Fthirdparty%2Flibtfm.md b/raw-wiki-dump/GitRepositories%2Fsw%2Fthirdparty%2Flibtfm.md new file mode 100644 index 0000000..03eaeb8 --- /dev/null +++ b/raw-wiki-dump/GitRepositories%2Fsw%2Fthirdparty%2Flibtfm.md @@ -0,0 +1,31 @@ +``` +#!htmlcomment + +This page is maintained automatically by a script. Don't modify this page by hand, +your changes will just be overwritten the next time the script runs. Talk to your +Friendly Neighborhood Repository Maintainer if you need to change something here. + +``` + +``` +#!html +

libtfm

+ +

This is a trivial port of the Tom's Fast Math (TFM) bignum library to +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.

+ +

In theory, the need for most (perhaps all) of this will go away when +more of the bignum math is implemented in Verilog. Part of the reason +for using the TFM library is that its extremely modular structure make +it easy for us to link in only the functions we need.

+``` + +[[RepositoryIndex(format=table,glob=sw/thirdparty/libtfm)]] + +| Clone `https://git.cryptech.is/sw/thirdparty/libtfm.git` | +|---| -- cgit v1.2.3