bsdnt

BSD Licensed Bignum Library

  • 所有者: wbhart/bsdnt
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

BSDNT version 1.0

BSDNT is a BSD licensed bignum library, suitable for use by languages which
need to provide bignum support and for other projects requiring relatively
fast bignums.

The primary goal of the project is to have clean, comprehensible,
well-documented code, whilst retaining reasonable performance. It is not
a goal to insanely optimise where that would make the code less readable
and maintainable.

Features

  • Support for Linux, OSX, BSD, MinGW32, Cygwin, Cygwin64
  • Inline assembly optimisation for 64 bit Intel and AMD x86_64 processors
  • Low level multiprecision natural numbers interface (nn.h)
  • High level multiprecision integer interface (zz.h)
  • Very extensive test code
  • SHA1 implementation
  • KISS / SuperKISS / Mersenne_twister pseudorandom number generators

Requirements

Currently we require bash, gnu make and gcc 4 or later or clang.

Installation

To build bsdnt and run the test code

$ cd bsdnt
$ ./configure
$ make check

Documentation

The user will most likely use the interfaces in nn.h and zz.h.

All of the functions are documented in those two files.

Future improvements

  • Unroll assembly loops
  • Assembly support for more processors
  • Multiprecision rational number interface
  • Multiprecision floating point interface
  • Simplify and merge the BSD licensed fft found here:
    https://github.com/wbhart/flint2/tree/trunk/fft
  • Asymptotically fast algorithms for GCD, get_str, set_str, division (??)
  • Square root and n-th root code

Contributors

William Hart, Brian Gladman, Antony Vennard, Gonzalo Tornaria, Howard Mao,
Lee Wei Yeong, Ryan Goulden.

See the LICENSE file for legal info and warranty information.

Contributions are welcome. There is a Google group here:

https://groups.google.com/forum/#!forum/bsdnt-devel

Enjoy!!

William Hart - 1-1-2014

主要指標

概覽
名稱與所有者wbhart/bsdnt
主編程語言C
編程語言C (語言數: 1)
平台
許可證Other
所有者活动
創建於2010-09-07 18:52:53
推送於2024-03-12 11:40:43
最后一次提交2024-03-12 11:40:43
發布數0
用户参与
星數231
關注者數11
派生數26
提交數1k
已啟用問題?
問題數15
打開的問題數8
拉請求數10
打開的拉請求數1
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?