代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/255665/12066468
c ecc.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/255665/12066513
h tomcrypt_pkcs.h
/* PKCS Header Info */
/* ===> PKCS #1 -- RSA Cryptography
www.eeworm.com/read/255665/12067008
h tomcrypt_pkcs.h
/* PKCS Header Info */
/* ===> PKCS #1 -- RSA Cryptography
www.eeworm.com/read/339492/12229357
cpp gf2_32.cpp
// gf2_32.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "misc.h"
#include "gf2_32.h"
NAMESPACE_BEGIN(CryptoPP)
GF2_32::Element GF2_32::Multiply(Element
www.eeworm.com/read/339038/12266526
c cubicr.c
/* cubicr.c */
#include
#include
#include "integer.h"
#include "fun.h"
void ADD_CUBICR(MPR *X1, MPR *Y1, MPR *X2, MPR *Y2, MPR **Xptr, MPR **Yptr, MPR *A1, MPR *A2, MPR
www.eeworm.com/read/338797/12282150
cpp gf2_32.cpp
// gf2_32.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "misc.h"
#include "gf2_32.h"
NAMESPACE_BEGIN(CryptoPP)
GF2_32::Element GF2_32::Multiply(Element
www.eeworm.com/read/338797/12282210
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/252132/12300614
vhd components.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
PACKAGE components IS
-- n-bit register with enable
COMPONENT regne
GENERIC ( N : INTEGER := 4 ) ;
PORT ( R : IN STD_LOGIC_VECTOR(N-1
www.eeworm.com/read/252132/12300622
vhd components.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
PACKAGE components IS
-- D flip-flop with 2-to-1 multiplexer connected to D
COMPONENT muxdff
PORT ( D0, D1, Sel, Clock : IN STD_LOGIC ;
www.eeworm.com/read/252132/12300639
vhd components.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
PACKAGE components IS
-- 2-to-1 multiplexer
COMPONENT mux2to1
PORT ( w0, w1 : IN STD_LOGIC ;
s : IN STD_LOGIC ;
f : OUT STD_L