1Math::BigInt::LTM(3) User Contributed Perl Documentation Math::BigInt::LTM(3)
23
4
NAME
6Math::BigInt::LTM - Use the libtommath library for Math::BigInt
7routines
8
SYNOPSIS
10use Math::BigInt lib => 'LTM';
1112
## See Math::BigInt docs for usage.
13
DESCRIPTION
15Provides support for big integer calculations by means of the
16libtommath c-library.
1718
Since: CryptX-0.029
19
SEE ALSO
21Math::BigInt, <https://github.com/libtom/libtommath>
2223
24
25
perl v5.28.1 2019-02-02 Math::BigInt::LTM(3)