代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/119340/6090606
java jcersapublickey.java
package org.bouncycastle.jce.provider;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.math.BigInteger;
import java.security.interfaces.RSAPublicKey;
import java.s
www.eeworm.com/read/119340/6090630
java elgamalparameterspec.java
package org.bouncycastle.jce.spec;
import java.math.BigInteger;
import java.security.spec.AlgorithmParameterSpec;
public class ElGamalParameterSpec
implements AlgorithmParameterSpec
{
www.eeworm.com/read/119340/6090632
java elgamalgenparameterspec.java
package org.bouncycastle.jce.spec;
import java.security.spec.AlgorithmParameterSpec;
public class ElGamalGenParameterSpec
implements AlgorithmParameterSpec
{
private int primeSize;
www.eeworm.com/read/114207/6124893
java publickeyinfo.java
/*
* @(#)PublicKeyInfo.java 1.2 01/08/08
*
* Copyright (c) 2001 Sun Microsystems, Inc., 901 San Antonio Road,
* Palo Alto, CA 94303, U.S.A. All Rights Reserved.
*
* Sun Microsystems, Inc.
www.eeworm.com/read/106677/6191551
java publickey.java
/*
* Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
* All rights reserved.
*
* This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
* as long as the co
www.eeworm.com/read/100389/6270486
java publickey.java
// $Id: PublicKey.java,v 1.2 1997/12/07 07:47:03 hopwood Exp $
//
// $Log: PublicKey.java,v $
// Revision 1.2 1997/12/07 07:47:03 hopwood
// + Removed extends clauses for java.security.interfaces.*.
www.eeworm.com/read/494289/6381594
cpp polymod.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 f
www.eeworm.com/read/494289/6381619
h polymod.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 f
www.eeworm.com/read/493005/6403389
c qmod.c
/*
* qmod - modular arithmetic routines for normal numbers and REDC numbers
*
* Copyright (C) 1999-2006 David I. Bell and Ernest Bowen
*
* Primary author: David I. Bell
*
* Calc is open softw
www.eeworm.com/read/493005/6403596
srandom
NAME
srandom - seed the Blum-Blum-Shub pseudo-random number generator
SYNOPSIS
srandom([state])
srandom(seed)
srandom(seed, newn)
srandom(seed, ip, iq, trials)
TYPES
state ra