代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/111545/15510160
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/103769/15721827
h montgome.h
struct MontgomeryData
{
DWORD K; /* length of modulus */
DWORD M0Prime; /* -M[0]**(-1) mod 2**DIGIT_BITS */
LPDWORD M; /* modulus */
LPDWORD product; /* space for temporary product
www.eeworm.com/read/101225/15840916
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/101225/15840923
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/101224/15841150
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/101224/15841157
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/100767/15864622
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/100605/15869864
cpp dl_group.cpp
/*************************************************
* DL Groups Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/100478/15873341
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/100341/15876606
cpp test.cpp
#include "stdafx.h"
#include
#include "int96.h"
inline void test()
{
int y = 33;
}
void main()
{
test();
srand(time(NULL));
//Try out the FormatAsDecimal fu