代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/231175/14249791
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/231175/14250070
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/128841/14277066
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/128841/14277536
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/127808/14332669
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/127808/14332905
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/227409/14427347
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/227409/14427666
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/226200/14489717
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/226200/14490227
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