代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/244126/12885371
cpp modexppc.cpp
// modexppc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "modexppc.h"
#include "asn.h"
#include "algebra.cpp"
#include "eprecomp.cpp"
NAMESPACE_BEGIN(
www.eeworm.com/read/244126/12885383
h modarith.h
#ifndef CRYPTOPP_MODARITH_H
#define CRYPTOPP_MODARITH_H
// implementations are in integer.cpp
#include "cryptlib.h"
#include "misc.h"
#include "integer.h"
#include "algebra.h"
NAMESPACE_B
www.eeworm.com/read/327101/13098828
cpp modexppc.cpp
// modexppc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "modexppc.h"
#include "asn.h"
#include "algebra.cpp"
#include "eprecomp.cpp"
NAMESPACE_BEGIN(
www.eeworm.com/read/327101/13098841
h modarith.h
#ifndef CRYPTOPP_MODARITH_H
#define CRYPTOPP_MODARITH_H
// implementations are in integer.cpp
#include "cryptlib.h"
#include "misc.h"
#include "integer.h"
#include "algebra.h"
NAMESPACE_B
www.eeworm.com/read/325486/13201120
java rabinkarpstringmatcher.java
// Introduced in Chapter 13
/** String matcher using the Rabin-Karp fingerprinting algorithm. */
public class RabinKarpStringMatcher extends AbstractStringMatcher {
/** All arithmetic is done modul
www.eeworm.com/read/239554/13272377
h pfelem.h
//
// File = pfelem.h
//
#ifndef _PFELEM_H_
#define _PFELEM_H_
class PrimeFieldElem
{
public:
PrimeFieldElem(void);
PrimeFieldElem(int modulus);
PrimeFieldElem(int modulus, int
www.eeworm.com/read/136959/13351836
c bignum1.c
/* BIGNUM1.C
**
** Routines to do Big Number Arithmetic. These are multi-precision, unsigned
** natural numbers (0, 1, 2, ...). For the storage method, see the BigNum
** typedef in file BIGNUM.H
**
**
www.eeworm.com/read/136959/13352208
c bignum2.c
/* BIGNUM2.C
**
** Routines to do Big Number Arithmetic. These are multi-precision, unsigned
** natural numbers (0, 1, 2, ...). For the storage method, see the BigNum
** typedef in file BIGNUM.H
**
**
www.eeworm.com/read/318176/13484143
cpp findbase.cpp
//
// program to output recommended basis for F(2^m)
//
#include
#include "gf2m.h"
using namespace std;
Miracl precision=100;
BOOL irreducible(int m,int a,int b,int c)
{