代码搜索:modulus

找到约 3,028 项符合「modulus」的源代码

代码结果 3,028
www.eeworm.com/read/101124/15852232

h rsaref.h

/* RSAREF.H - header file for RSAREF cryptographic toolkit */ /* Copyright (C) 1991-2 RSA Laboratories, a division of RSA Data Security, Inc. All rights reserved. */ /* RSA key lengths.
www.eeworm.com/read/100767/15864645

h gf256.h

#ifndef CRYPTOPP_GF256_H #define CRYPTOPP_GF256_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) //! GF(256) with polynomial basis class GF256 { public: typedef byte Element; typedef
www.eeworm.com/read/100767/15864803

h gf2_32.h

#ifndef CRYPTOPP_GF2_32_H #define CRYPTOPP_GF2_32_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) //! GF(2^32) with polynomial basis class GF2_32 { public: typedef word32 Element; t
www.eeworm.com/read/100478/15873359

h gf256.h

#ifndef CRYPTOPP_GF256_H #define CRYPTOPP_GF256_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) class GF256 { public: typedef byte Element; typedef int RandomizationParameter; GF
www.eeworm.com/read/100478/15873502

h gf2_32.h

#ifndef CRYPTOPP_GF2_32_H #define CRYPTOPP_GF2_32_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) class GF2_32 { public: typedef word32 Element; typedef int RandomizationParameter;
www.eeworm.com/read/100605/15869715

h reducer.h

/************************************************* * Modular Reducer Header File * * (C) 1999-2002 The Botan Project * ***********************************************
www.eeworm.com/read/185622/9022583

txt rfc2523.txt

Network Working Group P. Karn Request for Comments: 2523 Qualcomm Category: Experimental
www.eeworm.com/read/465477/6938652

txt rfc2523.txt

Network Working Group P. Karn Request for Comments: 2523 Qualcomm Category: Experimental
www.eeworm.com/read/331439/12828942

m modsquared.m

function n = modsquared(q) % Modulus squared of a quaternion. % Copyright
www.eeworm.com/read/493005/6403749

prevcand

NAME prevcand - previous candidate for primeness SYNOPSIS prevcand(n [,count [, skip [, residue [, modulus]]]]) TYPES n integer count integer with absolute value less than 2^24, def