代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/131315/5937645
c qmod.c
/*
* Copyright (c) 1993 David I. Bell
* Permission is granted to use, distribute, or modify this source,
* provided that this copyright notice remains intact.
*
* Modular arithmetic routines for
www.eeworm.com/read/100601/6267438
c bbs_rand.c
/*
* Blum, Blum & Shub PRNG using the MPI library
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in com
www.eeworm.com/read/494289/6381523
tpl mrcomba.tpl
/*
* MIRACL Comba's method for ultimate speed modular multiplication
* mrcomba.tpl
*
* See "Exponentiation Cryptosystems on the IBM PC", IBM Systems
* Journal Vol. 29 No. 4 1990. Co
www.eeworm.com/read/492033/6430369
h creep_dpl.h
#ifndef DPL_H
#define DPL_H
#include "genfile.h"
#include "alias.h"
/**
class contains Double power law model of creep
*/
class dplmat
{
public:
dplmat (void);
~dplmat (void);
void read (
www.eeworm.com/read/156908/11752984
tpl mrcomba.tpl
/*
* MIRACL Comba's method for ultimate speed modular multiplication
* mrcomba.tpl
*
* See "Exponentiation Cryptosystems on the IBM PC", IBM Systems
* Journal Vol. 29 No. 4 1990. Co
www.eeworm.com/read/339492/12229337
h modexppc.h
#ifndef CRYPTOPP_MODEXPPC_H
#define CRYPTOPP_MODEXPPC_H
#include "modarith.h"
#include "eprecomp.h"
#include "smartptr.h"
NAMESPACE_BEGIN(CryptoPP)
//! .
class ModExpPrecomputation
{
pu
www.eeworm.com/read/116193/14983433
cpp tablesit.cpp
#include "ap.h"
inline size_t min (size_t a, size_t b)
{
return (a < b ? a : b);
}
// The "six-step" fnt, but doesn't transpose or scramble (for convolution only)
void tablesixstepfn
www.eeworm.com/read/116193/14983531
cpp sixstep.cpp
#include "ap.h"
// Un-optimized "six-step" algorithm and inverse
void sixstepfnt (modint data[], modint pr, int isign, size_t nn)
{
size_t n1, n2, j, k;
modint w, tmp, tmp2, *p1, *p
www.eeworm.com/read/115525/15011622
h modexppc.h
#ifndef CRYPTOPP_MODEXPPC_H
#define CRYPTOPP_MODEXPPC_H
#include "modarith.h"
#include "eprecomp.h"
#include "smartptr.h"
NAMESPACE_BEGIN(CryptoPP)
//! .
class ModExpPrecomputation
{
pu
www.eeworm.com/read/169602/5420293
hpp modarith.hpp
/* modarith.hpp
*
* Copyright (C) 2003 Sawtooth Consulting Ltd.
*
* This file is part of yaSSL.
*
* yaSSL is free software; you can redistribute it and/or modify