JPS63104526A - Arithmetic circuit for finite body - Google Patents

Arithmetic circuit for finite body

Info

Publication number
JPS63104526A
JPS63104526A JP61249910A JP24991086A JPS63104526A JP S63104526 A JPS63104526 A JP S63104526A JP 61249910 A JP61249910 A JP 61249910A JP 24991086 A JP24991086 A JP 24991086A JP S63104526 A JPS63104526 A JP S63104526A
Authority
JP
Japan
Prior art keywords
vector
output
bit
finite field
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.)
Pending
Application number
JP61249910A
Other languages
Japanese (ja)
Inventor
Michihiro Matsumoto
道弘 松本
Kazuhiro Murase
村瀬 多弘
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP61249910A priority Critical patent/JPS63104526A/en
Priority to US07/107,363 priority patent/US4918638A/en
Priority to EP19870309129 priority patent/EP0265180A3/en
Priority to KR1019870011437A priority patent/KR900006666B1/en
Publication of JPS63104526A publication Critical patent/JPS63104526A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain the scale-down of a circuit and to enable a high speed arithmetic by constituting an arithmetic circuit with a multiplier which is made to obtain multiplied result as (2n-1) bit of output expressed in an expanded vector and a divider which is made to convert the above-mentioned output into (n) bit of output. CONSTITUTION:A first input of (n) bit expressing the element P of a finite body GF(2<n>) in vector is multiplied by a second input of (n) bit expressing the element Q of the finite body GF(2<n>) in vector. And the multiplier 11, which is made to obtain the multiplied result R as the output of (2n-1) bit expressed in the expanded vector and the divider 12, which is made to set the output from the multiplier 11 as an input and converts the output into the output of (n) bit obtained by expressing in vector concerning the multiplied result R of (2n-1) bit expressed in the expanded vector after executing the division in a primitive polynomial, are provided in a titled circuit. Thus the arithmetic circuit for the finite body, whose scale of the circuit is small and where the high speed arithmetic is possible, can be constituted.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、誤り訂正符号の符号器、復号器に用いられる
有限体の演算回路に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a finite field arithmetic circuit used in an encoder and decoder for error correction codes.

従来の技術 ディジタルデータを記録・再生する時に、記録媒体の欠
陥や傷、ゴミ等に起因する符号誤りを訂正する為に誤り
訂正符号が用いられる。特に、近年デジタルオーディオ
信号の記録再生に、隣接符号、リードソロモン符号など
が実用化されている。
2. Description of the Related Art When recording and reproducing digital data, error correction codes are used to correct code errors caused by defects, scratches, dust, etc. on the recording medium. In particular, in recent years, adjacent codes, Reed-Solomon codes, and the like have been put into practical use for recording and reproducing digital audio signals.

これらの誤り訂正符号の符号器では、パリティデータを
発生し付加する。また復号器では、パリティデータを含
む受信データからシンドロームを計算し、このシンドロ
ームに基いて誤り訂正がなされる。これら、の、パリテ
ィデータの発生、シンドロームの計算及び誤り訂正には
、有限体の演算が不可欠である。
These error correction code encoders generate and add parity data. Furthermore, the decoder calculates a syndrome from received data including parity data, and performs error correction based on this syndrome. Finite field operations are essential for generating parity data, calculating syndromes, and correcting errors.

有限体GF(2”)とは、次数nの原始多項式g (X
)から導かれた2n個の元を有する体である。
A finite field GF(2”) is a primitive polynomial g (X
) is a field with 2n elements derived from

この有限体GF(2nから有光を除いたものは巡回群で
あり、有光以外の元P、 QはP−α゛。
This finite field GF (2n minus luminous is a cyclic group, and elements P and Q other than luminous are P-α゛.

Q=αjと表わされる。また、それらの乗算P×Qにつ
いては、PXQ=(αi)×(αj)=α1゛Jが成立
する。ただしαは原始多項式g (xi =0としたと
きの根である。
It is expressed as Q=αj. Further, regarding their multiplication P×Q, PXQ=(αi)×(αj)=α1゛J holds true. However, α is the root of the primitive polynomial g (when xi = 0).

以下図面を参照しながら、従来の有限体の演算回路の一
例について説明する。第4図は従来の有限体の演算回路
のブロック図を示すものである。
An example of a conventional finite field arithmetic circuit will be described below with reference to the drawings. FIG. 4 shows a block diagram of a conventional finite field arithmetic circuit.

第4図において、1は逆指数変換テーブルであり、αi
を入力するとiを出力する。2も逆指数変換テーブルで
あり、αJを入力するとjを出力する。
In FIG. 4, 1 is an inverse exponential conversion table, αi
When input, it outputs i. 2 is also an inverse exponential conversion table, and when αJ is input, j is output.

3は加算器であり、逆指数変換テーブル1と2で得られ
たiとjを入力として、i+jを出力する。
3 is an adder which inputs i and j obtained from inverse index conversion tables 1 and 2 and outputs i+j.

4は指数変換テーブルであり、加算器3で得られたi+
jを入力するとαi″jを出力する。従来はこのような
構成によって有限体の演算(乗算)を行なっていた。
4 is an exponent conversion table, i+ obtained by adder 3
When j is input, αi''j is output. Conventionally, finite field operations (multiplications) have been performed using such a configuration.

発明が解決しようとする問題点 しかしながら上記のような構成では、以下に示すような
問題点を有していた。すなわち、構成要素のうち逆指数
変換テーブル1,2及び指数変換テーブル4は、具体的
にはROM (リードオンリーメモリ)等で実現できる
が、上記構成ではROM3個と加算器1個を必要とする
ため、回路規模が大きくなるという欠点があった。また
、ROM2個と加算器1個が縦続接続となるため、高速
の演算が困難であった。
Problems to be Solved by the Invention However, the above configuration has the following problems. That is, among the constituent elements, the inverse index conversion tables 1 and 2 and the index conversion table 4 can be specifically implemented using ROM (read-only memory), etc., but the above configuration requires three ROMs and one adder. Therefore, there was a drawback that the circuit scale became large. Furthermore, since two ROMs and one adder are connected in cascade, high-speed calculation is difficult.

本発明はY記問題点に鑑み、回路規模が小さく高速動作
が可能な有限体の演算回路を提供するものである。
In view of the problem mentioned above, the present invention provides a finite field arithmetic circuit that is small in circuit scale and capable of high-speed operation.

問題点を解決するための手段 上記問題点を解決するために、本発明の有限体の演算回
路は、有限体のGF(2”)の元Pをベクトル表現した
nビットの第1の入力と、上記有限体GF(2fi)の
元Qをベクトル表現したnビットの第2の入力とを乗算
し、乗算結果Rを拡大ベクトル表現された(2n−1)
ビットの出力として得るようになされた乗算器と、上記
乗算器の出力を入力とし、原始多項式による除算を施し
て、拡大ベクトル表現された(2n−1)ビットの乗算
結果Rをベクトル表現されたnビットの出力に変換する
ようになされた除算器とにより構成される。
Means for Solving the Problems In order to solve the above problems, the finite field arithmetic circuit of the present invention has an n-bit first input which is a vector representation of the element P of the finite field GF(2''). , the element Q of the finite field GF (2fi) is multiplied by the n-bit second input expressed as a vector, and the multiplication result R is expressed as an enlarged vector (2n-1).
A multiplier configured to obtain the bit output, and the output of the multiplier described above as input, are subjected to division by a primitive polynomial, and the multiplication result R of (2n-1) bits, which is expressed as an expanded vector, is expressed as a vector. and a divider adapted to convert into an n-bit output.

作用 本発明の上記した構成では、乗算器及び除算器は、アン
ドゲート及び排他的オアゲート等で構成でき、ROMや
加算器を必要としないため、回路規模を小さくできる。
Operation In the above-described configuration of the present invention, the multiplier and divider can be configured with AND gates, exclusive OR gates, etc., and since ROM and adders are not required, the circuit scale can be reduced.

また、アンドゲート及び排他的オアゲートは、ROMや
加算器にくらべてはるかに高速で動作するので、高速演
算可能な有限体の演算回路が実現できる。
Furthermore, since AND gates and exclusive OR gates operate much faster than ROMs and adders, it is possible to realize a finite field arithmetic circuit capable of high-speed arithmetic operations.

実施例 以下本発明の一実施例の説明のために、有限体GF (
2’ )のベクトル表現についてまず説明する。なお、
以下の説明において、有限体上の乗算は×、有限体上の
加算は+、論理積(アンド)は・、排他的論理和(排他
的オア)は■で表現する。
EXAMPLE Below, in order to explain an example of the present invention, a finite field GF (
2') will be explained first. In addition,
In the following explanation, multiplication on a finite field is represented by ×, addition on a finite field is represented by +, logical product (AND) is represented by ・, and exclusive OR (exclusive OR) is represented by ■.

例として、原始多項式g(x)=x’ +x+1より導
かれる有限体CF (2’ )を考える。上記有限体G
F (2’ )の元は、(0,αO1α重、α2゜α3
.・・・・・・、α14)の16個(=24個)である
As an example, consider a finite field CF (2') derived from the primitive polynomial g(x)=x' +x+1. The above finite field G
The element of F (2') is (0, αO1α weight, α2゜α3
.. ..., α14), 16 (=24).

ところで、αはg (X) = Oの根であるので、α
4+α+1=0であり、有限体上での演算規則により移
項すると、α4=α+1となる。同様に、α5=α×α
4=α×(α+1)=α2+αα6;α2×α4=α2
×(α+1)=α3+α2α7 ;α3 ×α4 =α
3 × (α+1)=α4 +α3 = (α+1)+
α3=α3 +α+ l α8 =α4 ×α4 = (α+1)× (α+1)
=α2+1 α8 =α×α8 =α× (α”+1)=α3+1と
いうように、上記有限体GF (2’ ”)のすべての
元は、α0.α1.α2.α3の線形結合として表現で
きる。(1=α″=α0である)この線形結合の状態を
4ビツトの数で示すものが、8有限体の元のベクトル表
現と呼ばれるものである。例えば4ビツトの上位から順
にα3.α2゜α1.α0を割りあてたとすると、 α3α2α1 α0 O=(0000) α’=(0001) α’=(0010) α”=(0100) α’=(1000’) α’=(0011) α5 =(0110) α6=(1100) α’=(1011) α”=(0101”) α9=(1010) α宜’=(0111) α”=(1110) α12=<1111> α”=(1101) α”=(1001) と表現される。これが有限体GF (2’ )上の元の
ベクトル表現である。
By the way, α is the root of g (X) = O, so α
4+α+1=0, and by transposing terms according to the operation rules on a finite field, α4=α+1. Similarly, α5=α×α
4=α×(α+1)=α2+αα6; α2×α4=α2
×(α+1)=α3+α2α7;α3 ×α4=α
3 × (α+1)=α4 +α3 = (α+1)+
α3=α3 +α+ l α8 =α4 ×α4 = (α+1)× (α+1)
=α2+1 α8 =α×α8 =α× (α”+1)=α3+1, so all the elements of the above finite field GF (2' ”) are α0. α1. α2. It can be expressed as a linear combination of α3. (1 = α'' = α0) The state of this linear combination expressed as a 4-bit number is called the vector representation of the elements of the 8 finite field. For example, starting from the highest 4 bits, α3.α2° Assuming that α1.α0 is assigned, α3α2α1 α0 O=(0000) α’=(0001) α’=(0010) α”=(0100) α’=(1000’) α’=(0011) α5 =( 0110) α6=(1100) α'=(1011) α''=(0101'') α9=(1010) α'=(0111) α''=(1110) α12=<1111>α''=(1101) α ”=(1001). This is the vector representation of the element on the finite field GF (2').

また、ベクトル表現された有限体の元どうしの加算は、
ビットごとの排他的オア演算で実現される。たとえば、 (0001)・・・・・・・・・ α0+(1011)
・・・・・・・・・ α7(1010)・・・・・・・
・・ α9となり、α0+α7=α9となる。
Also, addition of elements of a finite field expressed as a vector is
This is realized using a bitwise exclusive OR operation. For example, (0001)... α0+(1011)
・・・・・・・・・α7(1010)・・・・・・
... becomes α9, and α0+α7=α9.

それでは、以下本発明の一実施例について、図面を参照
しながら説明する。
An embodiment of the present invention will now be described with reference to the drawings.

第1図は本発明の実施例における有限体の演算回路のブ
ロック図を示すものである。第1図において、11は乗
算器であり、ベクトル表現された第1の入力Pとベクト
ル表現された第2の入力Qの乗算を行ない、乗算結果R
を拡大ベクトル表現された形で出力する。12は除算器
であり、拡大ベクトル表現された乗算結果Rに、原始多
項式による除算を施してベクトル表現された出力Sに変
換する。
FIG. 1 shows a block diagram of a finite field arithmetic circuit in an embodiment of the present invention. In FIG. 1, 11 is a multiplier that multiplies a first input P expressed as a vector and a second input Q expressed as a vector, and the multiplication result R
is output as an enlarged vector representation. A divider 12 divides the multiplication result R expressed as an enlarged vector by a primitive polynomial to convert it into an output S expressed as a vector.

第2図および第3図は、第1図の実施例における有限体
の演算回路において乗算が行なわれる原理を説明する図
である。第2図は、乗算器11における演算を表わして
いる。第1の入力Pのベクトル表現が(p3pz p+
 po )r また第2の入力Qのベクトル表現が(q
:l q2 (11(10)であるとする。αの多項式
表現では、P=1)3  ・α3+p2 ・α2 +p
l ・α1 +p0 ・α’ + Q =q 3・  
α 3  + q 2  ・ α 2   +q  菫
   ・ α 1  + q 0  ・ α 0  と
なる。PXQの結果をRとし、R=r=  ・α6+r
5 ・α5+r4・α4+r3ゆα3+r2・α2+r
、  ・α1 +r0 ・α0とすれば、ro  = 
po’  (l。
2 and 3 are diagrams for explaining the principle of multiplication in the finite field arithmetic circuit in the embodiment of FIG. 1. FIG. FIG. 2 shows calculations in the multiplier 11. The vector representation of the first input P is (p3pz p+
po )r Also, the vector representation of the second input Q is (q
:l q2 (11(10). In the polynomial representation of α, P=1)3 ・α3+p2 ・α2 +p
l ・α1 +p0 ・α' + Q =q 3・
α 3 + q 2 ・ α 2 + q violet ・ α 1 + q 0 ・ α 0. Let the result of PXQ be R, R=r= ・α6+r
5 ・α5+r4・α4+r3 ゆα3+r2・α2+r
, ・α1 +r0 ・α0, then ro =
po' (l.

r+ =p+’ qo epo゛q+ rz”pgoqo ■p2°qI ■I)o’qzr3
 ”pxoqo ■pz” q+  ■pI°qzep
O°q1r4 ””pz°q+  ■pz’CLz Φ
PI’ q:1rs  =1):l°q2■p2°q3
r 6 = p3 ’(1+ となる。乗算結果Rは、原始多項式による除算を行なっ
ていないので、α0〜α6の項の線形結合で表わされて
おり、これを拡大ベクトル表現と呼んでいる。拡大ベク
トル表現による乗算結果Rは、原始多項式によらず同じ
値となる。
r+ =p+' qo epo゛q+ rz"pgoqo ■p2°qI ■I) o'qzr3
“pxoqo ■pz” q+ ■pI°qzep
O°q1r4 ””pz°q+ ■pz'CLz Φ
PI' q:1rs =1):l°q2■p2°q3
r 6 = p3 '(1+). Since the multiplication result R is not divided by a primitive polynomial, it is expressed as a linear combination of terms α0 to α6, and this is called an expanded vector representation. The multiplication result R based on the expanded vector representation has the same value regardless of the primitive polynomial.

第3図は、除算器12における演算を表わしている。原
始多項式g(x)=x’ +x+lとし、入力Rの拡大
ベクトル表現を(r6  rs  r4  r3 rz
 rlre)としたときの出力Sのベクトル表現が、(
s、、SZ 51  So )であるとする。拡大ベク
トル表現は、ベクトル表現にくらべてα6.α5゜α4
の項が多い。したがって、拡大ベクトル表現された有限
体上の元をベクトル表現に変換するには、α6.α5、
α4の項をα3〜α0の項に展開してやればよい。たと
えば、α6の項のr6を展開することを考えると、αは
原始多項式g (X) =0の根であるから、α4+α
+α=0、これよりr6 ・ (α6+α3+α2)=
Oである。これを拡大ベクトル表現すると、(r60 
0  r6 r60 0)となる。有限体上の元どうし
の加算では、0を加えてももとの値と変わらないので、
Rにこれを加算してやることにより、α6の項r6が消
去され、α3とα2の項に展開される。同様にしてrS
+r4も消去され、展開される。この様子を表わしたの
が第3図である。第3図より、出力S= (Sz sg
 5!  30 >はそれぞれ、53=r3  ■r4 5g  =rg ■r6 ■r5 SL =rI ■r5 ■r4 SO=ro er4 となる。
FIG. 3 shows the operation in the divider 12. Let the primitive polynomial g(x) = x' +x+l, and the expanded vector representation of the input R is (r6 rs r4 r3 rz
rlre), the vector representation of the output S is (
s, , SZ 51 So ). The enlarged vector representation is α6.compared to the vector representation. α5゜α4
There are many sections. Therefore, in order to convert an element on a finite field represented by an expanded vector into a vector representation, α6. α5,
The term α4 may be expanded into terms α3 to α0. For example, considering expanding r6 of the term α6, α is the root of the primitive polynomial g (X) = 0, so α4+α
+α=0, from this r6 ・ (α6+α3+α2)=
It is O. Expressing this as an expanded vector, (r60
0 r6 r60 0). When adding elements on a finite field, adding 0 does not change the original value, so
By adding this to R, the term r6 of α6 is eliminated and expanded into terms α3 and α2. Similarly, rS
+r4 is also deleted and expanded. Figure 3 shows this situation. From Figure 3, the output S= (Sz sg
5! 30 > are respectively 53=r3 ■r4 5g = rg ■r6 ■r5 SL = rI ■r5 ■r4 SO=ro er4.

第5図及び第6図は、第1図の実施例における有限体の
演算回路の構成要素である乗算器11と除算器12の具
体的回路構成の一例を示したものである。第5図は、乗
算器11を、第2図で示された演算をなすように構成し
た一例である。第5図において、500はアンドゲート
であり、第2図におけるp。qoなる論理積の演算を行
なう。501〜544もアンドゲートであり、それぞれ
が500と同様に第2図における論理積の演算を行なう
。511〜599は排他的オアゲートであり、第2図に
おける加算を実行するのに用いられる。
5 and 6 show examples of specific circuit configurations of the multiplier 11 and the divider 12, which are the constituent elements of the finite field arithmetic circuit in the embodiment of FIG. 1. FIG. 5 shows an example in which the multiplier 11 is configured to perform the operations shown in FIG. In FIG. 5, 500 is an AND gate, and p in FIG. A logical product operation qo is performed. 501 to 544 are also AND gates, and each of them, like 500, performs the logical AND operation in FIG. 511-599 are exclusive OR gates, which are used to perform the addition in FIG.

また第6図は、除算器12を、第3図で表わされる演算
をなすように構成した一例である。第6図において、6
02は排他的オアゲートであり、第3図におけるr3■
r6なる論理積の演算を行なう。
Further, FIG. 6 shows an example in which the divider 12 is configured to perform the calculation shown in FIG. In Figure 6, 6
02 is an exclusive OR gate, and r3■ in Fig. 3
A logical AND operation r6 is performed.

602〜606も排他的オアゲートであり、それぞれが
601と同様に、第3図における排他的論理和の演算す
なわちベクトル表現された有限体の元どうしの加算を行
なう。
602 to 606 are also exclusive OR gates, and each of them, like 601, performs the exclusive OR operation in FIG. 3, that is, addition of elements of a finite field expressed as a vector.

なお、第1図の実施例の説明においては、GF(24)
の場合について説明してきたが、本発明は任意の有限体
GF(2”)の場合に適用できる。
In addition, in the explanation of the embodiment shown in FIG. 1, GF(24)
Although the case has been described, the present invention can be applied to any finite field GF(2'').

このときは、原始多項式がg (x)= x’ + k
、−。
In this case, the primitive polynomial is g (x) = x' + k
,-.

x”  +−−−・−+に2 x2+に、x+に、)と
なり、ベクトル表現が(2n−1)ビットとなるほかは
、本実施例と同様に構成できる。
The configuration can be the same as that of this embodiment except that the vector representation is (2n-1) bits.

また、排他的オアゲートによる加算は、順序を入れ換え
ても結果が同じになるので、演算回路全体としての動作
遅延が最小となるように加算の順序を最適化することに
より、さらに演算速度を高速化することも可能である。
Furthermore, since addition using exclusive OR gates yields the same result even if the order is switched, the calculation speed can be further increased by optimizing the order of addition so that the operation delay of the entire arithmetic circuit is minimized. It is also possible to do so.

発明の効果 以上のように本発明は、有限体のGF (2″)の元P
をベクトル表現したnビットの第1の入力と、上記有限
体C,F(2″)の元Qをベクトル表現したnビットの
第2の入力とを乗算し、乗算結果Rを拡大ベクトル表現
された(2n−1)ビットの出力として得るようになさ
れた乗算器11と、上記乗算器11の出力を入力とし、
原始多項式による除算を施して、拡大ベクトル表現され
た(2n−1)ビットの乗算結果Rをベクトル表現され
たnビットの出力に変換するようになされた除算器12
とを設けることにより、回路規模が小さく、高速演算可
能な有限体の演算回路を構成することができる。
Effects of the Invention As described above, the present invention provides an element P of a finite field GF (2″)
Multiply the n-bit first input, which is a vector representation of and a multiplier 11 configured to obtain an output of (2n-1) bits, and the output of the multiplier 11 as input,
A divider 12 configured to perform division by a primitive polynomial and convert the (2n-1) bit multiplication result R expressed as an enlarged vector into an n-bit output expressed as a vector.
By providing these, it is possible to configure a finite field arithmetic circuit that has a small circuit scale and is capable of high-speed arithmetic operations.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例における有限体の演算回路の
ブロック図、第2図は第1図中の乗算器11の動作説明
図、第3図は第1図中の除算器12の動作説明図、第4
図は従来の有限体の演算回路のブロック図、第5図は第
2図に示された演算を実現する具体的回路例の回路図、
第6図は第3図に示された演算を実現する具体的回路例
の回路図である。 11・・・・・・乗算器、12・・・・・・除算器。 代理人の氏名 弁理士 中尾敏男 はか1名第1図 入力P 入カQ 第5図 第 6 図 J3Sz      SIS。
FIG. 1 is a block diagram of a finite field arithmetic circuit in an embodiment of the present invention, FIG. 2 is an explanatory diagram of the operation of the multiplier 11 in FIG. 1, and FIG. Operation explanatory diagram, 4th
The figure is a block diagram of a conventional finite field arithmetic circuit, and FIG. 5 is a circuit diagram of a specific example of a circuit that realizes the arithmetic operation shown in FIG.
FIG. 6 is a circuit diagram of a specific circuit example for realizing the calculation shown in FIG. 3. 11... Multiplier, 12... Divider. Name of agent Patent attorney Toshio Nakao 1 person Figure 1 Input P Input Q Figure 5 Figure 6 Figure J3Sz SIS.

Claims (1)

【特許請求の範囲】[Claims] 有限体のGF(2^n)の元Pをベクトル表現したnビ
ットの第1の入力と、上記有限体GF(2^nの元Qを
ベクトル表現したnビットの第2の入力とを乗算し、乗
算結果Rを拡大ベクトル表現された(2n−1)ビット
の出力として得るようになされた乗算器と、上記乗算器
の出力を入力とし、原始多項式による除算を施して、拡
大ベクトル表現された(2n−1)ビットの乗算結果R
をベクトル表現されたnビットの出力Sに変換するよう
になされた除算器とにより構成されることを特徴とする
有限体の演算回路。
Multiply the n-bit first input, which is a vector representation of the element P of the finite field GF (2^n), by the n-bit second input, which is the vector representation of the element Q of the finite field GF (2^n). Then, a multiplier configured to obtain the multiplication result R as an output of (2n-1) bits expressed as an enlarged vector, and the output of the above multiplier are input, and division by a primitive polynomial is performed to obtain an enlarged vector expression. (2n-1) bits multiplication result R
1. A finite field arithmetic circuit comprising: a divider configured to convert S into an n-bit output S expressed as a vector.
JP61249910A 1986-10-15 1986-10-21 Arithmetic circuit for finite body Pending JPS63104526A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP61249910A JPS63104526A (en) 1986-10-21 1986-10-21 Arithmetic circuit for finite body
US07/107,363 US4918638A (en) 1986-10-15 1987-10-09 Multiplier in a galois field
EP19870309129 EP0265180A3 (en) 1986-10-15 1987-10-15 Multiplier in a galois field
KR1019870011437A KR900006666B1 (en) 1986-10-15 1987-10-15 Apparatus for multiplication in galois field

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61249910A JPS63104526A (en) 1986-10-21 1986-10-21 Arithmetic circuit for finite body

Publications (1)

Publication Number Publication Date
JPS63104526A true JPS63104526A (en) 1988-05-10

Family

ID=17200013

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61249910A Pending JPS63104526A (en) 1986-10-15 1986-10-21 Arithmetic circuit for finite body

Country Status (1)

Country Link
JP (1) JPS63104526A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5674583A (en) * 1989-11-22 1997-10-07 Sharp Kabushiki Kaisha Optical recording medium and manufacturing method thereof
WO1999016175A1 (en) * 1997-09-24 1999-04-01 Hitachi, Ltd. Semiconductor integrated circuit and data processing system
JP2001056640A (en) * 1999-08-19 2001-02-27 Toyo Commun Equip Co Ltd Product-sum arithmetic unit and ciphering and deciphering device using the same
JP2001109376A (en) * 1999-10-04 2001-04-20 Toyo Commun Equip Co Ltd Arithmetic circuit and arithmetic processor

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3533067A (en) * 1967-06-15 1970-10-06 Mitre Corp Error correcting digital coding and decoding apparatus

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3533067A (en) * 1967-06-15 1970-10-06 Mitre Corp Error correcting digital coding and decoding apparatus

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5674583A (en) * 1989-11-22 1997-10-07 Sharp Kabushiki Kaisha Optical recording medium and manufacturing method thereof
WO1999016175A1 (en) * 1997-09-24 1999-04-01 Hitachi, Ltd. Semiconductor integrated circuit and data processing system
JP2001056640A (en) * 1999-08-19 2001-02-27 Toyo Commun Equip Co Ltd Product-sum arithmetic unit and ciphering and deciphering device using the same
JP2001109376A (en) * 1999-10-04 2001-04-20 Toyo Commun Equip Co Ltd Arithmetic circuit and arithmetic processor

Similar Documents

Publication Publication Date Title
JPH07312560A (en) Error correction coder, error correction decoder, data transmission system with error correction code and decoding method for error correction code
EP0152702B1 (en) Arithmetic circuit of finite field
US5912905A (en) Error-correcting encoder, error-correcting decoder and data transmitting system with error-correcting codes
EP0061345B1 (en) Processing circuits for operating on digital data words which are elements of a galois field
JPS59124011A (en) Numerous byte error correction system
KR100213254B1 (en) Error correction method and apparatus
JP3167638B2 (en) Digital modulation method and demodulation method, and digital modulation circuit and demodulation circuit
JPS63104526A (en) Arithmetic circuit for finite body
JP3351413B2 (en) Parallel processing Reed-Solomon encoding circuit and parallel processing Reed-Solomon encoding method used therefor
JPS6399623A (en) Operational circuit for finite body
JP3252515B2 (en) Error correction device
JP3850512B2 (en) Reed-Solomon decoder
JP3099890B2 (en) Error correction device for BCH code
JPS63107319A (en) Polynomial division circuit on expanded galois field
JPH10322226A (en) Reed solomon decoding method
JPS58219848A (en) Multiplier of galois field
JPS62150938A (en) Multiplication circuit of definite field
KR100213253B1 (en) Error correction method and apparatus
JP3230888B2 (en) Euclidean circuit
JPH03172027A (en) Error correction processor
JPS6379423A (en) Chain search circuit
JPH03119834A (en) Error correction decoder
JPS62281619A (en) Fast decoder for error correction code
JPS62268215A (en) Galois field arithmetic circuit
JPS62269425A (en) Coding/decoding method for error correction code