tnt-lib

Crates.iotnt-lib
lib.rstnt-lib
version0.1.4
sourcesrc
created_at2022-09-01 18:41:35.947914
updated_at2022-09-05 20:56:19.206969
descriptionA Rust implementation of many certificates about Integers
homepage
repositoryhttps://github.com/Skaidus/TNT
max_upload_size
id656961
size37,316
(Skaidus)

documentation

https://docs.rs/crate/tnt-lib

README

TNT

TNT is a free library that provides a rich set of functions that implement many certificates about Integers. It is carefully designed to be fast while producing correct results. The name stands for TNT Number Theory.

TNT also has a wide variety of tests that check the correctness of the implemented algorithm unlike other proposals.

Here is the list of certificates that TNT provides:

Usage

TNT uses some GNU libraries, specifically GMP, NTL and GF2X. This crates includes a script that must be run in order to fetch those dependencies:

./config.sh
Commit count: 101

cargo fmt