代码搜索:modulus

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

代码结果 3,028
www.eeworm.com/read/211389/15180954

c pkcs_1_oaep_encode.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/211389/15180989

c pkcs_1_oaep_decode.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/155960/5617423

c owner.c

/****************************************************************************/ /* */ /* TPM TakeOwnerShi
www.eeworm.com/read/202293/15386932

c cp-hash.c

/* cp-hash.c -- file copying (hash search routines) Copyright (C) 1989, 1990 Free Software Foundation. This program is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/101563/15825209

h lzz_p.h

#ifndef NTL_zz_p__H #define NTL_zz_p__H #include #include NTL_OPEN_NNS class zz_pInfoT { private: zz_pInfoT(); // disabled zz_pInfoT
www.eeworm.com/read/100384/15875092

h lzz_p.h

#ifndef NTL_zz_p__H #define NTL_zz_p__H #include #include NTL_OPEN_NNS class zz_pInfoT { private: zz_pInfoT(); // disabled zz_pInfoT(const zz_pIn
www.eeworm.com/read/100383/15875475

h lzz_p.h

#ifndef NTL_zz_p__H #define NTL_zz_p__H #include #include NTL_OPEN_NNS class zz_pInfoT { private: zz_pInfoT(); // disabled zz_pInfoT
www.eeworm.com/read/186848/8901813

h r_random.h

/* Error codes. */ #ifndef HEAD_R_RANDOM #define HEAD_R_RANDOM #define RE_CONTENT_ENCODING 0x0400 #define RE_DATA 0x0401 #define RE_DIGEST_ALGORITHM 0x0402 #define RE_ENCODING 0x0403 #define
www.eeworm.com/read/427960/8908999

cpp poly2mod.cpp

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field GF(2^m). * * WARNING: This class has been cobbled together
www.eeworm.com/read/182901/9186552

c ecc.c

/* General purpose elliptic curve routines. */ #include #include #include "ecc.h" static int ECC_param_ok(BIGNUM * p, BIGNUM * a, BIGNUM * b) { BIGNUM *tmp1, *tmp2;