代码搜索:Multiprecision
找到约 55 项符合「Multiprecision」的源代码
代码结果 55
www.eeworm.com/read/235383/4651544
java multiprecision.java
package au.net.aba.pgp;
/*
* $Id: Multiprecision.java,v 1.2 1998/10/19 06:32:40 leachbj Exp $
* $Author: leachbj $
*
* Copyright (C) 1996-1998 Australian Business Access Pty Ltd.
* All ri
www.eeworm.com/read/410595/11276001
h mpilib.h
/* C include file for MPI multiprecision integer math routines.
Boulder Software Engineering
3021 Eleventh Street
Boulder, CO 80304
(303) 541-0140
(c) Copyright 1986-92 by Philip Zimmerm
www.eeworm.com/read/260514/11722729
h mpilib.h
/* C include file for MPI multiprecision integer math routines.
Boulder Software Engineering
3021 Eleventh Street
Boulder, CO 80304
(303) 541-0140
(c) Copyright 1986-92 by Philip Zimmerm
www.eeworm.com/read/472264/6874609
h mpilib.h
/* C include file for MPI multiprecision integer math routines.
Boulder Software Engineering
3021 Eleventh Street
Boulder, CO 80304
(303) 541-0140
(c) Copyright 1986-92 by Philip Zimmerm
www.eeworm.com/read/268338/11142641
h mpilib.h
/* C include file for MPI multiprecision integer math routines.
These routines implement all of the multiprecision arithmetic necessary
for Rivest-Shamir-Adleman (RSA) public key cryptography, a
www.eeworm.com/read/130382/5957312
c bnlegal.c
/*
* BigNum multiprecision integer math library.
*
* $Id: bnlegal.c,v 1.3 1997/05/06 00:21:10 mhw Exp $
*/
#include "pgpConfig.h" /* For "const"! */
/* Force inclusion of this... */
#in
www.eeworm.com/read/130382/5958022
c bnlegal.c
/*
* BigNum multiprecision integer math library.
*
* $Id: bnlegal.c,v 1.1 1997/12/14 11:30:34 wprice Exp $
*/
/* Force inclusion of this... */
#include "bnlegal.h"
volatile const char bnC
www.eeworm.com/read/112009/15495739
c mpmultiply.c
/* mpMultiply.c */
/******************* SHORT COPYRIGHT NOTICE*************************
This source code is part of the BigDigits multiple-precision
arithmetic library Version 1.0 originally writ
www.eeworm.com/read/112009/15495708
c mpshortmult.c
/* mpShortMult.c */
#include "bigdigits.h"
DIGIT_T mpShortMult(DIGIT_T w[], DIGIT_T u[], DIGIT_T v,
unsigned int ndigits)
{
/* Computes product w = u * v
Returns overflow k
where
www.eeworm.com/read/112009/15495730
c mpmodulo.c
/* mpModulo.c */
/******************* SHORT COPYRIGHT NOTICE*************************
This source code is part of the BigDigits multiple-precision
arithmetic library Version 1.0 originally writte