代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/136959/13351976

h bignum.h

/* BIGNUM.H ** ** Header file with definition of BigNum type for Big Number Arithmetic. ** ** Released to the public domain by Clifford Rhodes on June 15, 1995 with ** no guarantees of any sort as to
www.eeworm.com/read/318176/13484049

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/318176/13484172

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
www.eeworm.com/read/318176/13484188

h poly2mod.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field GF(2^m). * * WARNING: This class has been cobbled together
www.eeworm.com/read/318176/13484211

cpp poly2mod.cpp

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field GF(2^m). * * WARNING: This class has been cobbled together
www.eeworm.com/read/307145/13727785

c m_matrix.c

/* m_matrix.c - matrix arithmetic */ #include "m_matrix.h" static int mmerrcode = 0; /* error code for matrix * library */ static char line[LINELEN]; /
www.eeworm.com/read/131315/5937646

c zmod.c

/* * Copyright (c) 1994 David I. Bell * Permission is granted to use, distribute, or modify this source, * provided that this copyright notice remains intact. * * Routines to do modulo arithmetic
www.eeworm.com/read/100601/6267390

h mpi-priv.h

/* * mpi-priv.h - Private header file for MPI * Arbitrary precision integer arithmetic library * * NOTE WELL: the content of this header file is NOT part of the "public" * API for the MPI li
www.eeworm.com/read/494289/6381587

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
www.eeworm.com/read/494289/6381605

h poly2mod.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field GF(2^m). * * WARNING: This class has been cobbled together