From b59734d9414d6c032019ec98eac9a737fa5333b0 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 26 May 2010 10:13:13 -0500 Subject: [PATCH] add TomsFastMath --- doc/copyright.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/copyright.texi b/doc/copyright.texi index cc85dd4f6..c29f4ab45 100644 --- a/doc/copyright.texi +++ b/doc/copyright.texi @@ -153,6 +153,22 @@ to the following restrictions: @end verbatim @copynext +@heading TomsFastMath + +Tom's fast math (bignum support) + +@verbatim + +TomsFastMath is public domain. + +Note some ideas were borrowed from LibTomMath and OpenSSL. All of the code is original or ported +from LibTomMath [no code was ported from OpenSSL]. As such the origins and status of this code +are both public domain. + +@end verbatim + +@copynext + @heading Michael J. Fromberger The RSA/DH support for libhcrypto.