JP2529890B2 - Multiplicative remainder calculator - Google Patents
Multiplicative remainder calculatorInfo
- Publication number
- JP2529890B2 JP2529890B2 JP1339160A JP33916089A JP2529890B2 JP 2529890 B2 JP2529890 B2 JP 2529890B2 JP 1339160 A JP1339160 A JP 1339160A JP 33916089 A JP33916089 A JP 33916089A JP 2529890 B2 JP2529890 B2 JP 2529890B2
- Authority
- JP
- Japan
- Prior art keywords
- output
- value
- adder
- digit
- input
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Landscapes
- Detection And Correction Of Errors (AREA)
- Error Detection And Correction (AREA)
Description
【発明の詳細な説明】 (発明の属する技術分野) 本発明は、二つの正数(A,B)の乗算値A・Bの他の
正数Nを法とする剰余(Nで除した時の剰余,〔A・
B〕modNと表す)を求める(以下、この演算を乗算剰余
演算という)乗算剰余演算器に関する。DETAILED DESCRIPTION OF THE INVENTION (Technical Field to which the Invention belongs) The present invention relates to a remainder (when divided by N) modulo another positive number N of multiplication values A and B of two positive numbers (A, B). Remainder, [A ・
B] modN ) (hereinafter, this operation is referred to as a modular multiplication operation).
(従来技術とその欠点) 上記の乗算剰余演算器は、符号理論や暗号理論の符復
号処理における要素演算に用いられている。このような
乗算剰余演算器を実現する従来の方法では、乗算に供さ
れる2つの正数A,Bのうち、Aの2進値表現を下式 (lはAの2進値表現上のビット数) で定義すると、 AとBとの乗算剰余値〔A・B〕modNは、下式 となることに着目し、概略、次の処理手順により演算を
実行している。(Prior Art and Its Deficiencies) The above-mentioned modular multiplication unit is used for elemental operations in code decoding processing of code theory and encryption theory. In the conventional method of realizing such a modular multiplication operator, the binary value expression of A out of two positive numbers A and B provided for multiplication is expressed by the following formula. (L is the number of bits in the binary value representation of A), the multiplication residue value [A · B] modN of A and B is Focusing on that, the calculation is executed according to the following processing procedure.
手順 Bをシフトレジスタに格納し、左へ1ビットシ
フト(2倍演算)する毎にその結果が法の正数Nより大
きい場合にのみNを減ずるという処理によって(2)式
右辺の〔2i・B〕modNを逐次算出する。Stores Procedure B to shift register, (2) by treatment of reducing the N only if the result is greater than the positive N of law for each shifted by one bit to the left (2 times operation) the right side of equation [2 i B] modN is sequentially calculated.
手順 ai=“1"のとき、過去の累算値 に対し、で得られた〔2j・B〕modNを新たに累算して を求める。Step ai = "1", past accumulated value On the other hand, by newly accumulating the [2 j · B] mod N obtained in Ask for.
手順 上記で求めた結果が法の正数Nより大きい場
合にのみNを減じて累算値 を求める。Procedure N is subtracted only when the result obtained above is larger than the modulo positive number N Ask for.
上記〜の処理を、正数Aの2進値表現上の最下位
ビット(LSB=ao)から順に最上位ビット(MSB=al-1)
までl回実行することにより、〔A・B〕modNを求める
ことができる。これらの手順を実行する従来の乗算剰余
演算器の一構成例を第3図に示す。The above processes ( 1 ) to ( 4 ) are carried out in order from the least significant bit (LSB = a o ) in the binary representation of the positive number A (MSB = a l-1 ).
It is possible to obtain the [A / B] mod N by executing the process up to 1 times. FIG. 3 shows an example of the configuration of a conventional multiplication residue calculator that executes these procedures.
図において、301は前記〔2i・B〕modNを格納する補
助レジスタ、302は加算器であり、上記補助レジスタ301
の出力を左へ1ビットシフトし、最下位桁として“0"を
追加することによって等価的に2倍演算を施した値を一
方の入力とし、法の正数Nの2の補数値(−N)を他方
の入力とすることにより、補助レジスタ301の出力値の
2倍値からNを減じた値を出力する。303は切替器であ
り、加算器302の出力のMSBにより302の出力が負(MSB=
“1")のときは上記301の出力の2倍値を、また、正(M
SB=“0")のときは上記2倍値からNを減じた加算器30
2の出力をそれぞれ切替えて、前記補助レジスタ301へ入
力する。In the figure, 301 is an auxiliary register for storing the [2 i · B] mod N , 302 is an adder, and the auxiliary register 301
The output of is shifted to the left by 1 bit and the value equivalently doubled by adding "0" as the least significant digit is used as one input, and the two's complement value (- By inputting N) to the other input, a value obtained by subtracting N from the double value of the output value of the auxiliary register 301 is output. 303 is a switch, and the output of 302 is negative due to the MSB of the output of adder 302 (MSB =
In case of "1", double the output value of 301 above and positive (M
When SB = "0"), adder 30 is obtained by subtracting N from the above doubled value.
The outputs of 2 are switched and input to the auxiliary register 301.
304は、Aの2進値の各桁aiに従って、前記手順に
示した累算値 を格納する累算値レジスタであり、305,306は加算器
で、305は累算値レジスタ304の出力値と前記補助レジス
タ301の出力値とを加算し、手順に示した新たな累算
値を出力する。一方、306は加算器302と同様、305の出
力を一方の入力とし、法の正数Nの2の補数値(−N)
を他方の入力とすることにより、305の出力値からNを
減じた値を出力する。307は303と同様の切替器であり、
加算器306の出力のMSBにより306の出力が負(MSB=
“1")のときは加算器305の出力値を、また、正(MSB=
“0")のときは加算器305の出力からNを減じた306の出
力を、それぞれ切替えて前記累算値レジスタ304へ入力
する。なお、304は前記305,307,304の一巡のループ演算
毎にaiを入力し、ai=“1"のときのみ307の出力を格納
するものとする。304 is the accumulated value shown in the above procedure according to each digit a i of the binary value of A. 305 and 306 are adders, 305 adds the output value of the accumulated value register 304 and the output value of the auxiliary register 301, and outputs a new accumulated value shown in the procedure. To do. On the other hand, 306, like the adder 302, uses the output of 305 as one input and modulo the positive two N's complement value (-N).
Is input to the other input to output a value obtained by subtracting N from the output value of 305. 307 is a switching device similar to 303,
The MSB of the adder 306 output causes the 306 output to be negative (MSB =
When it is “1”, the output value of the adder 305 is positive (MSB =
When it is "0", the output of 306 obtained by subtracting N from the output of the adder 305 is switched and input to the accumulated value register 304. Note that 304 inputs a i for each loop operation of the above 305, 307, 304, and stores the output of 307 only when a i = “1”.
以上の構成において、第3図の一点鎖線で囲まれたブ
ロック308の部分は、前記の手順の処理を実行し、ブ
ロック309の部分は手順及びを実行しており、それ
ぞれl回実行を繰り返した時、累積値レジスタ304には
求める乗算剰余値〔A・B〕modNが格納されることにな
る。In the above-mentioned configuration, the block 308 surrounded by the one-dot chain line in FIG. 3 executes the processing of the above procedure, and the block 309 executes the procedure and, and the execution is repeated l times. At this time, the calculated multiplication remainder value [A · B] mod N is stored in the cumulative value register 304.
以上が、従来の方法に基づく構成の一例であるが、し
かしながら、このような構成においては、各々同規模の
加(減)算器が3個、切替器が2個、補助レジスタと累
算値レジスタとがそれぞれ個別に1個、必要となり、回
路規模が大きくなるという欠点があった。The above is an example of the configuration based on the conventional method. However, in such a configuration, three adder / subtractor of the same scale, two switchers, two auxiliary registers and an accumulated value are used. There is a drawback that the circuit scale becomes large because one register is required for each register.
(発明の目的) 本発明の目的は、前記従来の方法において生ずる回路
規模の拡大という問題を緩和し、構成が簡易で比較的小
規模な乗算剰余演算器を提供することにある。(Object of the Invention) An object of the present invention is to alleviate the problem of enlargement of the circuit scale that occurs in the above-mentioned conventional method, and to provide a relatively small multiplication residue calculator having a simple configuration.
(発明の構成および作用) 〔構成〕 第1図は本発明の実施例を示す一構成例図である。(Structure and Action of the Invention) [Structure] FIG. 1 is a structural example showing an embodiment of the present invention.
101は第1の切替器であり、乗算に供せられる他方の
正数Bと法の正数Nの2の補数(−N)とをそれぞれ入
力し、交互に切替えて出力する。Reference numeral 101 denotes a first switch, which inputs the other positive number B used for multiplication and the two's complement (-N) of the modulo positive number N, and alternately switches and outputs them.
102は第1の切替器101の出力を一方の入力とし、他方
の入力との加算演算を行い、その結果を出力する加算器
である。An adder 102 receives the output of the first switch 101 as one input, performs addition operation with the other input, and outputs the result.
103はインバータであり、加算器102の出力の最上位桁
(MSB)を入力して反転論理処理を行い、反転出力(▲
▼)として出力する。Reference numeral 103 denotes an inverter, which inputs the most significant digit (MSB) of the output of the adder 102, performs inversion logic processing, and outputs an inverted output (▲
▼) is output.
104は乗算に供せられる一方の正数Aの2進値表現上
の各桁ai(i=l−1〜0)を一方の入力とし、インバ
ータ103の反転出力▲▼を他方の入力として各桁
毎に交互に切替えて並列ロード信号PLとして出力する切
替器である。104 designates each digit a i (i = 1 to 0) on the binary value representation of one positive number A used for multiplication as one input, and the inverted output ▲ ▼ of the inverter 103 as the other input. It is a switching device that alternately switches for each digit and outputs as a parallel load signal PL.
105は累算値レジスタであり、切替器104の出力である
並列ロード信号PLの極性によって、PL=“1"のときには
加算器102の出力を一時記憶し、PL=“0"のときには加
算器102の出力を棄却し、既に記憶されているデータの
保持を行うとともに、前記一時記憶されたデータまたは
▲▼=“0"で、かつ、i≠0のときのみ一時記憶
されたデータの2倍値を出力し加算器102の他方の入力
とする。なお、累算値レジスタ105の規模は、正数Bの
2進値表現上の有効桁数をm(mは自然数)とすると
き、(m+1)ビットあれば十分である。また、累算値
レジスタ105が加算器102へ供給する一時記憶されたデー
タの2倍値は、累算値レジスタ105の出力配置を1ビッ
ト左(MSB側)へシフトしてLSB側に“0"(ゼロ)を追加
した配列とすることによって得られ、乗算処理を担う回
路を特別に設備する必要がないことは自明である。105 is a cumulative value register, which temporarily stores the output of the adder 102 when PL = “1” and the adder when PL = “0” depending on the polarity of the parallel load signal PL output from the switch 104. The output of 102 is rejected, the already stored data is retained, and the temporarily stored data or twice the data temporarily stored only when ▲ ▼ = "0" and i ≠ 0. The value is output and used as the other input of the adder 102. The scale of the accumulated value register 105 is sufficient to be (m + 1) bits when the number of significant digits in the binary value representation of the positive number B is m (m is a natural number). Also, the double value of the temporarily stored data supplied from the accumulated value register 105 to the adder 102 is shifted by 1 bit to the left (MSB side) of the output arrangement of the accumulated value register 105 and is set to “0” on the LSB side. "(Zero) is obtained by adding the array, it is obvious that the circuit responsible for the multiplication process does not need to be specially installed.
第1図の構成例に基づく本発明の作用を数式および第
2図を用いて次に説明する。The operation of the present invention based on the configuration example of FIG. 1 will be described below by using mathematical expressions and FIG.
本発明における算出目標である乗算剰余値〔A・B〕
modNは、(2)式により一般に次式のように表わすこと
ができる。Multiplication residue value [A / B] which is the calculation target in the present invention
modN can be generally expressed by the following equation by the equation (2).
従って、今、数列cl-1,cl-2,…,ci,…,c1,c0を次
式で定義すると、 (3)式およびこの(4−1)〜(4−5)式により、
次式が成立する。 Therefore, when the sequence c l-1 , c l-2 , ..., c i , ..., c 1 , c 0 is defined by the following equation, By the equation (3) and the equations (4-1) to (4-5),
The following equation holds.
c0=〔A・B〕modN …(5) 以上より、数列cl-1,cl-2,…,ci,…,c1,c0のう
ち、まず、cl-1を初期設定の式(4−1)によって求
め、次に漸化式(4−3)による累算によってcl-2,…c
1,c0を順次算出することによって目標値c0即ち〔A・
B〕modNが求められることがわかる。c 0 = [A · B] modN (5) From the above, first of all the sequence c l-1 , c l-2 , ..., C i , ..., c 1 , c 0 , c l-1 is initialized. It is found by the setting equation (4-1), and then by the accumulation by the recurrence equation (4-3), c l-2 , ...
1, the target value c 0 That by sequentially calculating the c 0 [A ·
B] It can be seen that modN is required.
第2図は、第1図に示した本発明による乗算剰余演算
器の動作を示すフローチャートである。201〜210は各ス
テップ番号を示す。ここで、累算値レジスタ105の初期
値は“0"(ゼロ)に設定されているものとする。FIG. 2 is a flowchart showing the operation of the modular multiplication operator according to the present invention shown in FIG. 201-210 show each step number. Here, it is assumed that the initial value of the accumulated value register 105 is set to "0" (zero).
まず、演算は、初期設定によりiの値がi=l−1
(最上位桁=MSB)の状態から始まる(ステップ201)。
次に、ステップ202によって、切替器101はまずはじめに
入力として正数Bを選択して加算器102の一方の入力に
供給し、累算値レジスタ105からの他方の入力との加算
演算が加算器102によって行われる。First, in the calculation, the value of i is i = 1-1 by initialization.
It starts from the state of (the most significant digit = MSB) (step 201).
Next, in step 202, the switch 101 first selects a positive number B as an input and supplies it to one input of the adder 102, and the addition operation with the other input from the accumulated value register 105 is performed by the adder. Performed by 102.
同時に切替器104の入力として正数Aの2進表現上の
各桁aiが選択され、ステップ203において、ai=“1"で
あればステップ204によって加算器102の出力を累算値レ
ジスタ105に並列ロードする。ai=“0"であれば加算器1
02の出力の並列ロードを行わないでステップ205に進
む。上記の動作により(al-1・B)が算出される。At the same time, each digit a i of the binary representation of the positive number A is selected as the input of the switch 104, and in step 203, if a i = “1”, the output of the adder 102 is stored in the accumulated value register in step 204. Load parallel to 105. If a i = “0”, adder 1
The process proceeds to step 205 without performing parallel loading of the output of 02. By the above operation, ( al-1 · B) is calculated.
次に、ステップ205において、切替器101は入力として
(−N)を選択し、切替器104は▲▼を入力とし
て選択する。加算器102の一方の入力に(−N)が供給
され、他方の入力に累算値レジスタ105の出力が供給さ
れて加算演算が行われ、累算値レジスタ105の出力から
Nを減じた値が加算器102から出力される。Next, in step 205, the switch 101 selects (-N) as an input, and the switch 104 selects ▲ ▼ as an input. A value obtained by subtracting N from the output of the accumulated value register 105 by supplying (-N) to one input of the adder 102 and the output of the accumulated value register 105 to the other input. Is output from the adder 102.
表1は切替器の切替動作について表したものであり、
第1の切替器101と第2の切替器104の出力は常に表1の
通りBとai,(−N)と▲▼の組合せになるよう
に、ステップ202,ステップ205において同時に切替わ
る。 Table 1 shows the switching operation of the switch,
The outputs of the first switching device 101 and the second switching device 104 are simultaneously switched in step 202 and step 205 so that the output is always a combination of B, a i , (-N) and ▲ ▼ as shown in Table 1.
次に、ステップ206において、上記加算器102の出力の
▲▼により、加算器102の出力が正(▲▼
=“1")のときにはステップ207へ進み上記累算値レジ
スタ105の出力からNを減じた加算器102の出力を新たに
前記累算値レジスタに格納するとともに、上記新たに格
納された値を加算器102の他方の入力へ供給し、これを
ステップ206,207のループ処理によって加算器102の出力
が負(▲▼=“0")になるまで繰り返す。Next, in step 206, the output of the adder 102 is positive (▲ ▼) due to the output ▲ ▼ of the adder 102.
= “1”), the process proceeds to step 207, the output of the adder 102 obtained by subtracting N from the output of the accumulated value register 105 is newly stored in the accumulated value register, and the newly stored value is It is supplied to the other input of the adder 102, and this is repeated until the output of the adder 102 becomes negative (▲ ▼ = "0") by the loop processing of steps 206 and 207.
また、▲▼=“0"のときには加算器102の出力
を累算値レジスタ105に格納せず、過去の累算値の保持
を行う。When ▲ ▼ = “0”, the output of the adder 102 is not stored in the accumulated value register 105 and the past accumulated value is held.
上記動作により前記算出された(al-1・B)のNを法
とする剰余〔al-1・B〕modN=cl-1が算出され、累算値
レジスタ105に格納される。By the above operation, the remainder [a l-1 B] modN = c l-1 modulo N of the calculated (a l-1 B) is calculated and stored in the accumulated value register 105.
▲▼=“0"のときはステップ208へ進み、次
に、iの値がi=0であれば演算を終了し、i≠0であ
ればステップ209において累算値レジスタ105は格納され
た値の2倍値を出力して加算器102の他方の入力に供給
するとともに、ステップ210においてiの値を1減じ、
ステップ202における切替供給101のBの選択へ戻り、2
巡目の演算に入る。When ▲ ▼ = “0”, the process proceeds to step 208. Next, if the value of i is i = 0, the operation is terminated, and if i ≠ 0, the accumulated value register 105 is stored in step 209. A value twice the value is output and supplied to the other input of the adder 102, and the value of i is decremented by 1 in step 210.
Return to the selection of B of the switching supply 101 in step 202, 2
Enter the round calculation.
2巡目の演算では、同様にしてcl-2=〔2cl-1+al-2
・B〕modNが算出され、以下、1巡する度に前述の漸化
式(4−3)に基づき新たなciが算出される。In the second round of calculation, similarly, c l-2 = [2c l-1 + a l-2
· B] modN is calculated, following a new c i based on the above-mentioned recurrence formula every time the one-round (4-3) is calculated.
以上から、上記一連の演算をi=l−1からi=0ま
でl回繰り返したとき、ステップ208においてi=0に
なったところで求める剰余値であるc0=〔A・B〕modN
が累算値レジスタ105に格納されることがわかる。From the above, when the above-mentioned series of operations is repeated l times from i = 1 to i = 0, the residual value obtained when i = 0 in step 208 is c 0 = [A · B] modN
Is stored in the accumulated value register 105.
(発明の効果) 以上詳細に説明したように、本発明によれば、2個の
切替器(内1個は1ビットの切替器)、1個の加算器、
1個の累算値レジスタによって所望の演算器を実現する
ことができるので、従来の構成に比べて回路規模がおよ
そ1/2以下になるという著しい効果がある。(Effects of the Invention) As described in detail above, according to the present invention, two switchers (one of which is a 1-bit switcher), one adder,
Since a desired arithmetic unit can be realized by one accumulation value register, there is a remarkable effect that the circuit scale becomes about 1/2 or less as compared with the conventional configuration.
第1図は本発明の実施例を示す一構成例図、第2図は本
発明の動作を示すフローチャート、第3図は従来の乗算
剰余演算器の一構成例図である。 101,104……切替器、102……加算器、103……インバー
タ、105……累算値レジスタ、201〜210……ステップ番
号、301……補助レジスタ、302,305,306……加算器、30
3,307……切替器、304……累算値レジスタ、308,309…
…演算ブロック。FIG. 1 is a configuration example diagram showing an embodiment of the present invention, FIG. 2 is a flow chart showing the operation of the present invention, and FIG. 3 is a configuration example diagram of a conventional modular multiplication operator. 101,104 ... Switcher, 102 ... Adder, 103 ... Inverter, 105 ... Accumulation value register, 201 ... 210 ... Step number, 301 ... Auxiliary register, 302,305,306 ... Adder, 30
3,307 ... Switch, 304 ... Accumulated value register, 308,309 ...
… Computation block.
Claims (1)
の正数Nを法とする剰余を求めるにあたって、 2進値表現された前記正数Bと前記正数Nの2の補数値
とを交互に切替えて出力する第1の切替器と、 該第1の切替器の出力を一方の入力とし他方の入力との
加算値を出力する加算器と、 該加算器の出力の最上位桁を入力し反転論理処理を行っ
て反転出力を得るインバータと、 前記正数Aの2進値表現上の有効桁数をl(lは自然
数)とし、該正数Aの2進値表現上の各桁をai(i=l
−1(最上位)〜0(最下位))とするとき、最上位桁
al-1から最下位桁a0まで順次与えられる該正数Aの2進
値表現上の各桁aiと前記インバータの出力とを各桁ごと
に交互に切替えて出力する第2の切替器と、 前記加算器の出力と前記第2の切替器の出力とを入力し
該第2の切替器の出力の極性によって同時に入力された
該加算器の出力の格納の有無を制御するとともに、前記
第2の切替器の出力に従って該格納された値または格納
された値の2倍値を前記加算器の前記他方の入力として
出力する累算値レジスタと を備えて、前記正数Aの2進値表現上の各桁aiがi=l
−1(最上位桁)から順次i=0(最下位桁)になるま
で各桁について演算をl回続けることにより前記累算値
レジスタに前記求める乗算値A・BのNを法とする剰余
が得られるように構成したことを特徴とする乗算剰余演
算器。1. When obtaining a remainder modulo another positive number N with respect to a multiplication value A · B of two positive numbers A and B, two of the positive number B and the positive number N expressed in binary value are used. A first switching device that alternately switches between and outputs the complementary value of the first switching device, an adder that outputs the addition value of the input of the first switching device to the other input, and an output of the adder An inverter that obtains an inverted output by inputting the most significant digit of the positive number A, and the number of significant digits in the binary value representation of the positive number A is 1 (l is a natural number), and the binary number of the positive number A is Each digit in the value representation is a i (i = 1
-1 (highest) to 0 (lowest)), the highest digit
Second switching for alternately switching and outputting each digit a i in the binary value representation of the positive number A sequentially given from a l-1 to the least significant digit a 0 and the output of the inverter And an input of the output of the adder and the output of the second switch, and whether or not to store the output of the adder input at the same time depending on the polarity of the output of the second switch, An accumulated value register for outputting the stored value or a doubled value of the stored value as the other input of the adder according to the output of the second switch, Each digit a i in the decimal notation is i = 1
-1 (the most significant digit) is sequentially operated i times for each digit until i = 0 (the least significant digit), and the remainder modulo N of the obtained multiplication values A and B is stored in the accumulated value register. A modular multiplication operator, which is configured to obtain
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1339160A JP2529890B2 (en) | 1989-12-27 | 1989-12-27 | Multiplicative remainder calculator |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1339160A JP2529890B2 (en) | 1989-12-27 | 1989-12-27 | Multiplicative remainder calculator |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH03198525A JPH03198525A (en) | 1991-08-29 |
JP2529890B2 true JP2529890B2 (en) | 1996-09-04 |
Family
ID=18324810
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1339160A Expired - Lifetime JP2529890B2 (en) | 1989-12-27 | 1989-12-27 | Multiplicative remainder calculator |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2529890B2 (en) |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0778727B2 (en) * | 1989-12-05 | 1995-08-23 | 国際電気株式会社 | Multiplicative remainder calculator |
-
1989
- 1989-12-27 JP JP1339160A patent/JP2529890B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH03198525A (en) | 1991-08-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6704762B1 (en) | Multiplier and arithmetic unit for calculating sum of product | |
JPS60164837A (en) | Divider | |
JP2597736B2 (en) | Fast multiplier | |
JPH02100717A (en) | Fixed decimal point division system | |
US7607165B2 (en) | Method and apparatus for multiplication and/or modular reduction processing | |
JP2529890B2 (en) | Multiplicative remainder calculator | |
JP3660075B2 (en) | Dividing device | |
JPS58137045A (en) | Parallel multiplier | |
JPH0326114A (en) | Multiplication remainder computing element | |
JP2991788B2 (en) | Decoder | |
JPH0778727B2 (en) | Multiplicative remainder calculator | |
JP3190826B2 (en) | Product-sum operation unit | |
JP2777265B2 (en) | High radix square root arithmetic unit | |
JP3123060B2 (en) | Digital arithmetic circuit | |
US20050223052A1 (en) | Method and integrated circuit for carrying out a multiplication modulo m | |
JP3197186B2 (en) | Multiplication device using semiconductor memory | |
JPH05324274A (en) | Binary/decimal converter | |
JPH01241622A (en) | Multiplying device | |
JPH0368415B2 (en) | ||
Bashagha | VLSI generalised digit serial architecture for multiplication, division and square root | |
JPH0642632B2 (en) | Arithmetic unit on Galois field | |
SU526885A1 (en) | Converter of the correct binary fraction into a binary-decimal fraction and whole binary-decimal numbers into binary ones | |
JP2568608B2 (en) | Multiplication circuit | |
JPH09167082A (en) | Multiplication device | |
JPS5957342A (en) | Decimal adder |