代码搜索:Modular
找到约 9,839 项符合「Modular」的源代码
代码结果 9,839
www.eeworm.com/read/160163/10561986
c ecb_start.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/160163/10562039
c ecb_encrypt.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/160163/10562317
c crypt_unregister_cipher.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/160163/10562339
c crypt_register_prng.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/160163/10562614
c crypt_register_cipher.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/160163/10562808
c crypt_register_hash.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/160163/10562919
c crypt_find_cipher.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/469138/6978204
txt 素数随机判定(miller_rabin).txt
//miller rabin
//判断自然数n是否为素数
//time越高失败概率越低,一般取10到50
#include
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
int modular_exponent(int a,int b,int n){ //a^b
www.eeworm.com/read/460783/7240771
txt 素数随机判定(miller_rabin).txt
//miller rabin
//判断自然数n是否为素数
//time越高失败概率越低,一般取10到50
#include
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
int modular_exponent(int a,int b,int n){ //a^b
www.eeworm.com/read/457804/7317642
txt 素数随机判定(miller_rabin).txt
//miller rabin
//判断自然数n是否为素数
//time越高失败概率越低,一般取10到50
#include
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
int modular_exponent(int a,int b,int n){ //a^b