代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/100612/15868834
h elliptic.h
/*
* MIRACL C++ Header file elliptic.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn (Arithmetic on an Elliptic Curve,
* mod n)
*
* NOTE
www.eeworm.com/read/100612/15868931
cpp poly.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p
*
* WARNING: This class has been cobbled together for
www.eeworm.com/read/100612/15868936
cpp fpoly.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are flash numbers
*
* WARNING: This class has been cobbled together for a specific use wi
www.eeworm.com/read/100612/15868939
cpp polyxy.cpp
/*
* C++ class to implement a bivariate polynomial type and to allow
* arithmetic on such polynomials whose coefficients are from
* the finite field mod p
*
* WARNING: This class has been c
www.eeworm.com/read/100612/15868942
h polyxy.h
/*
* C++ class to implement a bivariate polynomial type and to allow
* arithmetic on polynomials whose coefficients are from
* the finite field mod p
*
* WARNING: This class has been cobble
www.eeworm.com/read/100612/15868947
h poly2.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field 2^m
*
* WARNING: This class has been cobbled together for a
www.eeworm.com/read/100612/15868950
h poly.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p
*
* WARNING: This class has been cobbled together for
www.eeworm.com/read/100612/15868953
h fpoly.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are flash numbers
*
* WARNING: This class has been cobbled together for a specific use wi
www.eeworm.com/read/427960/8908369
h ecn.h
/*
* MIRACL C++ Header file ecn.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn (Arithmetic on an Elliptic Curve,
* mod n)
*
* NOTE : Mu
www.eeworm.com/read/427960/8908839
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi