JP3294489B2 - Random number generator - Google Patents

Random number generator

Info

Publication number
JP3294489B2
JP3294489B2 JP30859495A JP30859495A JP3294489B2 JP 3294489 B2 JP3294489 B2 JP 3294489B2 JP 30859495 A JP30859495 A JP 30859495A JP 30859495 A JP30859495 A JP 30859495A JP 3294489 B2 JP3294489 B2 JP 3294489B2
Authority
JP
Japan
Prior art keywords
random number
output signal
circuit
output
data
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 - Fee Related
Application number
JP30859495A
Other languages
Japanese (ja)
Other versions
JPH09146761A (en
Inventor
光雄 竹本
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP30859495A priority Critical patent/JP3294489B2/en
Publication of JPH09146761A publication Critical patent/JPH09146761A/en
Application granted granted Critical
Publication of JP3294489B2 publication Critical patent/JP3294489B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Manipulation Of Pulses (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、例えば、マイクロ
コンピュータを搭載した電池駆動の携帯用電子機器と、
マイクロコンピュータを搭載した装置との間で、データ
伝送を行う場合、これらの携帯用電子機器及び装置にそ
れぞれ設けられ、秘密保持の見地から伝送すべきデータ
を暗号化するため等に用いられる乱数発生回路に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to, for example, a battery-driven portable electronic device equipped with a microcomputer,
When data is transmitted to and from a device equipped with a microcomputer, random number generation is provided in each of these portable electronic devices and devices and used to encrypt data to be transmitted from the viewpoint of confidentiality. It is related to the circuit.

【0002】[0002]

【従来の技術】図2は従来の乱数発生回路の概略の構成
図、及び図3はその図2の暗号化処理を示す図である。
図2の乱数発生回路は、一定の周波数で発振する発振回
路(以下、「OSC」という)1と、該OSC1の出力
信号を分周して出力データ(即ち、乱数データ)DAを
出力する時計等の自走カウンタ2とで、構成されてい
る。自走カウンタ2の出力データDAは、図示しない中
央処理装置(以下、「CPU」という)で読取られ、該
CPUで演算処理が行われて送信すべきデータが暗号化
され、外部へ送信されるようになっている。図3では、
自走カウンタ2の出力データDAをCPUが任意の時点
で読込むことが示されている。図2の乱数発生回路を搭
載した装置に電源が供給されると、該電源が供給された
任意の時点から自走カウンタ2がカウント動作を開始
し、さらに、この装置が使用される任意の時点から、C
PUによる一定のプログラム処理後に、該CPUが自走
カウンタ2の出力データDA(例えば、Dn+1 )を読込
むことで乱数データを得ている。CPUは、読込んだ乱
数データに演算処理を施して送信すべきデータを暗号化
し、図示しない送信部から外部へ送出させる。
2. Description of the Related Art FIG. 2 is a schematic block diagram of a conventional random number generation circuit, and FIG. 3 is a diagram showing the encryption processing of FIG.
The random number generating circuit of FIG. 2 includes an oscillation circuit (hereinafter, referred to as “OSC”) 1 that oscillates at a constant frequency, and a clock that divides an output signal of the OSC 1 to output output data (that is, random number data) DA. And the like. The output data DA of the self-propelled counter 2 is read by a central processing unit (hereinafter, referred to as “CPU”), which performs arithmetic processing, encrypts data to be transmitted, and transmits the data to the outside. It has become. In FIG.
This shows that the CPU reads the output data DA of the self-running counter 2 at an arbitrary time. When power is supplied to the device equipped with the random number generation circuit shown in FIG. 2, the self-running counter 2 starts counting at an arbitrary time when the power is supplied, and further, at an arbitrary time when the device is used. From C
After certain program processing by the PU, the CPU reads the output data DA (for example, D n + 1 ) of the self-running counter 2 to obtain random number data. The CPU performs arithmetic processing on the read random number data to encrypt data to be transmitted, and transmits the data to the outside from a transmitting unit (not shown).

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来の
乱数発生回路では、次のような問題があり、これを解決
することが困難であった。 (a) 図2の乱数発生回路では、ランダムな出力デー
タDA、即ち乱数データを得るために、OSC1及び自
走カウンタ2に対して常時電源電力を供給して動作させ
ておかなければならない。そのため、図2の乱数発生回
路を搭載した装置が例えば電池駆動の場合、この電池の
寿命が短くなる、つまり消費電力が大きいという問題が
ある。 (b) 前記(a)の消費電力を小さくするために、例
えば、装置の使用時のみ電源電力を供給するという方法
も考えられる。この方法の場合、CPUが出力データD
Aを読込むタイミングが、電源を投入したときから該C
PUが読込みの準備のために一定のプログラム処理をす
るので、ある規則性がある。また、自走カウンタ2の出
力データDAの値も、電源の投入から一定時間後はある
規則性を持つ。そのため、CPUが読込む出力データD
Aの値は、一定の規則性を持ってしまい、充分な乱数に
ならなくなってしまう。 本発明は、前記従来技術が持っていた課題を解決し、例
えば、使用時のみ電源を投入して低消費電力化を図ると
共に、信頼性の高い乱数データを得ることができる乱数
発生回路を提供するものである。
However, the conventional random number generating circuit has the following problems, and it is difficult to solve them. (A) In the random number generation circuit of FIG. 2, in order to obtain random output data DA, that is, random number data, the OSC 1 and the free-running counter 2 must always be operated by supplying power to the power supply. Therefore, when the device equipped with the random number generation circuit of FIG. 2 is driven by a battery, for example, there is a problem that the life of the battery is shortened, that is, the power consumption is large. (B) In order to reduce the power consumption of (a), for example, a method of supplying power to the power supply only when the apparatus is used may be considered. In this method, the CPU sets the output data D
The timing of reading A starts when the power is turned on.
There is a certain regularity because the PU performs certain program processing in preparation for reading. Also, the value of the output data DA of the self-running counter 2 has a certain regularity after a certain period of time after the power is turned on. Therefore, the output data D read by the CPU
The value of A has a certain regularity, and does not become a sufficient random number. The present invention solves the problems of the prior art, and provides, for example, a random number generation circuit capable of reducing power consumption by turning on power only at the time of use and obtaining highly reliable random number data. Is what you do.

【0004】[0004]

【課題を解決するための手段】前記課題を解決するため
に、第1の発明は、データ伝送装置等の種々の装置に設
けられる乱数発生回路において、電源の投入によって一
定の周波数で発振する発振手段(例えば、発振回路)
と、前記発振手段の出力信号に基づき、該出力信号の半
周期よりも大きなジッタ幅を有するクロック信号を生成
して出力するクロック生成手段(例えば、複数段の分周
回路等で構成)と、前記クロック生成手段の出力信号中
のジッタによって前記発振手段の出力信号をサンプリン
グし、論理信号(例えば、“1”、“0”)からなる乱
数データを出力するサンプリング手段(例えば、フリッ
プフロップ回路等)とを、備えている。第2の発明は、
乱数発生回路において、電源の投入によって一定の周波
数で発振する第1の発振手段と、前記電源の投入によ
り、前記第1の発振手段に対して非整数倍の周波数で発
振する第2の発振手段と、前記第2の発振手段の出力信
号に基づき、前記第1の発振手段の出力信号の半周期よ
りも大きなジッタ幅を有するクロック信号を生成して出
力するクロック生成手段と、前記クロック生成手段の出
力信号中のジッタによって前記第1の発振手段の出力信
号をサンプリングし、論理信号からなる乱数データを出
力するサンプリング手段とを、備えている。第3の発明
は、第1又は第2の発明の乱数発生回路と、前記サンプ
リング手段の出力データをスクランブルして該スクラン
ブルされた乱数データを出力するスクランブル回路と
を、備えている。
According to a first aspect of the present invention, there is provided a random number generating circuit provided in various devices such as a data transmission device. Means (eg, oscillation circuit)
A clock generating means (for example, composed of a multi-stage frequency dividing circuit or the like) for generating and outputting a clock signal having a jitter width larger than a half cycle of the output signal based on the output signal of the oscillating means; Sampling means (for example, a flip-flop circuit or the like) which samples an output signal of the oscillation means by jitter in an output signal of the clock generation means and outputs random number data composed of logical signals (for example, "1", "0") ). The second invention is
In a random number generation circuit, first oscillating means oscillating at a constant frequency when power is turned on, and second oscillating means oscillating at a frequency which is a non-integer multiple of the first oscillating means when the power is turned on. Clock generating means for generating and outputting a clock signal having a jitter width larger than a half cycle of an output signal of the first oscillation means based on an output signal of the second oscillation means; And a sampling means for sampling the output signal of the first oscillation means according to the jitter in the output signal and outputting random number data composed of a logic signal. According to a third aspect, there is provided the random number generation circuit according to the first or second aspect, and a scramble circuit for scrambling the output data of the sampling means and outputting the scrambled random number data.

【0005】第1の発明によれば、以上のように乱数発
生回路を構成したので、電源を投入すると、発振手段が
一定の周波数で発振して該発振出力信号がクロック生成
手段及びサンプリング手段へ送られる。クロック生成手
段では、発振手段の出力信号を入力し、例えば、ジッタ
を含んだクロック信号を生成し、このジッタを増幅して
該出力信号の半周期よりも大きなジッタ幅を有するクロ
ック信号を生成し、サンプリング手段へ送る。サンプリ
ング手段では、クロック生成手段の出力信号中のジッタ
によって発振手段の出力信号をサンプリングし、乱数デ
ータを出力する。第2の発明によれば、電源を投入する
と、第1の発振手段と第2の発振手段とがそれぞれ非同
期に発振し、この第1の発振手段の出力信号がサンプリ
ング手段へ送られ、第2の発振手段の出力信号がクロッ
ク生成手段へ送られる。クロック生成手段では、第2の
発振手段の出力信号を入力し、第1の発振手段の出力信
号の半周期よりも大きなジッタ幅を有するクロック信号
を生成し、サンプリング手段へ送る。サンプリング手段
では、クロック生成手段の出力信号中のジッタによって
第1の発振手段の出力信号をサンプリングし、乱数デー
タを出力する。第3の発明によれば、電源の投入によっ
て第1又は第2の発明のサンプリング手段から出力され
た出力データが、スクランブル回路へ送られ、該スクラ
ンブル回路によって該出力データがスクランブルされ、
乱数データが出力される。
According to the first aspect of the present invention, since the random number generating circuit is configured as described above, when the power is turned on, the oscillating means oscillates at a constant frequency and the oscillation output signal is sent to the clock generating means and the sampling means. Sent. The clock generating means receives the output signal of the oscillating means, generates a clock signal containing, for example, jitter, amplifies the jitter, and generates a clock signal having a jitter width larger than a half cycle of the output signal. To the sampling means. The sampling means samples the output signal of the oscillating means using jitter in the output signal of the clock generation means and outputs random number data. According to the second invention, when the power is turned on, the first oscillating means and the second oscillating means oscillate asynchronously, and the output signal of the first oscillating means is sent to the sampling means, The output signal of the oscillating means is sent to the clock generating means. The clock generation means receives the output signal of the second oscillation means, generates a clock signal having a jitter width larger than a half cycle of the output signal of the first oscillation means, and sends the clock signal to the sampling means. The sampling means samples the output signal of the first oscillating means according to the jitter in the output signal of the clock generation means and outputs random number data. According to the third invention, the output data output from the sampling means of the first or second invention when the power is turned on is sent to the scramble circuit, and the output data is scrambled by the scramble circuit.
Random number data is output.

【0006】[0006]

【発明の実施の形態】第1の実施形態 図1は、本発明の第1の実施形態を示す乱数発生回路の
構成図である。この乱数発生回路は、発振手段(例え
ば、OSC)10と、該OSC10の出力側に接続され
たクロック生成手段(例えば、複数(n)段の2分周回
路)20−1〜20−nと、該OSC10及び最終段の
2分周回路20−nの出力側に接続されたサンプリング
手段(例えば、D型フリップフロップ回路、以下これを
「D−FF」という)30とで、構成されている。OS
C10は、電源の投入によって一定の周波数で発振して
出力信号S10を出力する回路であり、水晶発振回路等
で構成されている。クロック生成手段を構成するn段の
2分周回路20−1〜20−nは、出力信号S10を入
力し、該出力信号S10の半周期よりも大きなジッタ幅
を有するクロック信号S20を生成してD−FF30へ
与える回路であり、これら各段の2分周回路20−1〜
20−nが同一回路で構成されている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS First Embodiment FIG. 1 is a configuration diagram of a random number generating circuit according to a first embodiment of the present invention. The random number generating circuit includes an oscillating means (for example, OSC) 10 and clock generating means (for example, a plurality of (n) stages of divide-by-2 circuits) 20-1 to 20-n connected to the output side of the OSC 10. , And a sampling means (for example, a D-type flip-flop circuit, hereinafter referred to as “D-FF”) 30 connected to the output side of the OSC 10 and the last-stage divide-by-two circuit 20-n. . OS
C10 is a circuit that oscillates at a constant frequency when the power is turned on and outputs an output signal S10, and is configured by a crystal oscillation circuit or the like. The n-stage divide-by-2 circuits 20-1 to 20-n constituting the clock generation means receive the output signal S10 and generate the clock signal S20 having a jitter width larger than a half cycle of the output signal S10. This is a circuit to be applied to the D-FF 30.
20-n are composed of the same circuit.

【0007】例えば、初段の2分周回路20−1は、出
力信号S10を三角波状に積分する抵抗21及びコンデ
ンサ22からなるCR積分回路と、該CR積分回路から
出力される積分信号S22を波形整形のために2分周す
る2分周カウンタ(例えば、D−FF)23とで、構成
されている。D−FF23は、データ入力端子D、クロ
ック入力端子T、出力信号S23を出力するデータ出力
端子Q、及び反転データ出力端子Q/を有し、該クロッ
ク入力端子Tが抵抗21及びコンデンサ22の接続点に
接続され、該データ入力端子Dが反転データ出力端子Q
/に接続されている。D−FF23のデータ出力端子Q
は、次段の2分周回路20−2内の抵抗に接続されてい
る。同様に、他の2分周回路20−3〜20−nが縦続
接続され、この最終段の2分周回路20−n内のD−F
Fのデータ出力端子がD−FF30に接続されている。
D−FF30は、データ入力端子D、クロック入力端子
T、及びデータ出力端子Qを有し、該データ入力端子D
がOSC10の出力側に接続され、該クロック入力端子
Tが最終段の2分周回路20−n内のD−FFのデータ
出力端子に接続され、データ出力端子Qから“1”、
“0”の出力データ(即ち、乱数データ)DAを出力す
る回路である。
For example, the first-stage divide-by-two circuit 20-1 forms a CR integration circuit including a resistor 21 and a capacitor 22 for integrating the output signal S10 in a triangular waveform, and a waveform of the integration signal S22 output from the CR integration circuit. And a divide-by-2 counter (for example, D-FF) 23 that divides the frequency by 2 for shaping. The D-FF 23 has a data input terminal D, a clock input terminal T, a data output terminal Q for outputting an output signal S23, and an inverted data output terminal Q /, and the clock input terminal T connects the resistor 21 and the capacitor 22. And the data input terminal D is connected to the inverted data output terminal Q
/It is connected to the. Data output terminal Q of D-FF23
Is connected to a resistor in the next-stage divide-by-2 circuit 20-2. Similarly, the other divide-by-2 circuits 20-3 to 20-n are cascaded, and the DF in the final stage divide-by-2 circuit 20-n is connected.
The data output terminal of F is connected to D-FF30.
The D-FF 30 has a data input terminal D, a clock input terminal T, and a data output terminal Q.
Is connected to the output side of the OSC 10, the clock input terminal T is connected to the data output terminal of the D-FF in the final-stage divide-by-2 circuit 20-n, and "1" is output from the data output terminal Q.
This is a circuit that outputs the output data DA of “0” (that is, random number data).

【0008】図4及び図5は、図1に示す乱数発生回路
の動作波形図であり、これらの図を参照しつつ、図1の
乱数発生回路の動作を説明する。電源を投入すると、O
SC10が発振動作を開始し、このOSC10から一定
の周波数の出力信号S10が出力され、D−FF30及
び初段の2分周回路20−1へ送られる。初段の2分周
回路20−1では、入力された出力信号S10が、抵抗
21及びコンデンサ22からなるCR積分回路によって
三角波状に積分され、該CR積分回路から積分信号S2
2が出力される。CR積分回路は、抵抗21の抵抗値を
大きくすると共にコンデンサ22の容量値を小さくすれ
ば、インピーダンスが大きくなって周囲雑音を拾いやす
くなる。そのため、出力信号S10を、抵抗21及びコ
ンデンサ22で積分して三角波状の積分信号S22にす
ることにより、D−FF23のクロック入力端子Tから
見て、変換点に周囲雑音によるジッタを含んだ信号とな
る。D−FF23は、ジッタを含んだ積分信号S22
を、波形整形のために2分周する。この結果、D−FF
23のデータ出力端子Qから出力される出力信号S23
も、ジッタを含んだ信号となる。この出力信号S23
は、次段の2分周回路20−2へ送られ、初段の2分周
回路20−1と同様にしてジッタがさらに増大されて出
力され、次段の2分周回路20−3へ送られる。このよ
うにして、ジッタが増幅され、最終段の2分周回路20
−nから、出力信号S10の半周期よりジッタ幅が大き
いクロック信号S20が出力され、D−FF30のクロ
ック入力端子Tへ送られる。
FIGS. 4 and 5 are operation waveform diagrams of the random number generation circuit shown in FIG. 1. The operation of the random number generation circuit of FIG. 1 will be described with reference to these drawings. When the power is turned on,
The SC10 starts an oscillating operation, and an output signal S10 having a constant frequency is output from the OSC10 and sent to the D-FF 30 and the first-stage divide-by-2 circuit 20-1. In the first-stage divide-by-2 circuit 20-1, the input output signal S10 is integrated into a triangular waveform by a CR integration circuit including a resistor 21 and a capacitor 22, and the integration signal S2 is output from the CR integration circuit.
2 is output. In the CR integration circuit, if the resistance value of the resistor 21 is increased and the capacitance value of the capacitor 22 is reduced, the impedance is increased and ambient noise is easily picked up. Therefore, the output signal S10 is integrated by the resistor 21 and the capacitor 22 into a triangular-wave-shaped integrated signal S22, so that a signal including jitter due to ambient noise is present at the conversion point when viewed from the clock input terminal T of the D-FF 23. Becomes The D-FF 23 outputs an integrated signal S22 including jitter.
Is divided by 2 for waveform shaping. As a result, D-FF
Output signal S23 output from the data output terminal Q
Is also a signal containing jitter. This output signal S23
Is sent to the next-stage divide-by-2 circuit 20-2, and the jitter is further increased and output as in the first-stage divide-by-2 circuit 20-1. Can be In this manner, the jitter is amplified, and the final stage divide-by-2 circuit 20
From -n, a clock signal S20 having a jitter width larger than a half cycle of the output signal S10 is output and sent to the clock input terminal T of the D-FF 30.

【0009】D−FF30では、クロック信号S10の
ジッタにより、OSC10の出力信号S10をサンプリ
ングする。即ち、図5に示すクロック信号S20の立上
がり箇所のジッタの、いずれかの立上がりにより、出力
信号S10がサンプリングされ、D−FF30のデータ
出力端子Qから、出力データDAが出力される。この出
力データDAでは、例えば、クロック信号S20中のジ
ッタのいずれかの立上がりに対応して、データD1 とD
2 の境界が決定されるため、該出力データDAが乱数デ
ータとなる。即ち、D−FF30のデータ入力端子Dに
入力される出力信号S10の“1”と“0”の区間をま
たがって、入力されるクロック信号S20のジッタがあ
るため、該D−FF30のデータ出力端子Qから出力さ
れる出力データDAが、乱数データとなる。D−FF3
0から出力された乱数データは、図示しないCPU等で
読込まれ、該CPU等の演算処理によって伝送すべきデ
ータが暗号化され、この暗号化されたデータが、図示し
ない送信部から外部へ出力される。
The D-FF 30 samples the output signal S10 of the OSC 10 due to the jitter of the clock signal S10. That is, the output signal S10 is sampled by one of the rising edges of the jitter at the rising portion of the clock signal S20 shown in FIG. 5, and the output data DA is output from the data output terminal Q of the D-FF 30. In the output data DA, for example, in response to the rising of any jitter in the clock signal S20, data D 1 and D
Since the boundary of 2 is determined, the output data DA becomes random number data. That is, since the clock signal S20 input has a jitter over the section of “1” and “0” of the output signal S10 input to the data input terminal D of the D-FF 30, the data output of the D-FF 30 The output data DA output from the terminal Q becomes random number data. D-FF3
The random number data output from 0 is read by a CPU or the like (not shown), data to be transmitted is encrypted by arithmetic processing of the CPU or the like, and the encrypted data is output from a transmitting unit (not shown) to the outside. You.

【0010】以上のように、この第1の実施形態では、
次のような利点がある。 (i) n段の2分周回路20−1〜20−nにより、
定常的に存在する雑音を変換点のジッタとして増幅し、
この増幅されたジッタにより、D−FF30でOSC1
0の出力信号S10をサンプリングし、該D−FF30
のデータ出力端子Qから、“0”又は“1”の乱数化さ
れた乱数データを出力する構成になっている。そのた
め、電源投入後の一定時間後に、例えば、暗号化のため
にCPU等で乱数データを読込むようにしても、この読
込みタイミングによる規則性が発生することなく、電源
投入毎に新しい乱数データが得られる。従って、装置の
未使用時には電源を断にすることができるようになり、
装置の電池駆動時において電池寿命を長くすることがで
き、低消費電力化が可能となる。 (ii) 抵抗21及びコンデンサ22からなるCR積分
回路を用いて、ジッタを有する三角波状の積分信号S2
2を生成し、これをD−FF23で波形整形してクロッ
ク信号を生成しているので、ジッタを含んだクロック信
号を簡単かつ的確に生成できる。
As described above, in the first embodiment,
There are the following advantages. (I) By the n-stage divide-by-2 circuits 20-1 to 20-n,
Amplify constantly existing noise as jitter at the conversion point,
Due to this amplified jitter, the OSC1
0 is sampled from the D-FF 30
Is configured to output randomized randomized data of "0" or "1" from the data output terminal Q of the. For this reason, even if the random number data is read by a CPU or the like for encryption a certain time after the power is turned on, for example, new random number data can be obtained every time the power is turned on without regularity due to the read timing. Therefore, the power can be turned off when the device is not in use,
The battery life can be extended when the device is driven by a battery, and low power consumption can be achieved. (Ii) Using a CR integration circuit including a resistor 21 and a capacitor 22, a triangular-wave-shaped integration signal S2 having jitter
2 is generated and the D-FF 23 performs waveform shaping to generate a clock signal, so that a clock signal including jitter can be easily and accurately generated.

【0011】第2の実施形態 図6は、本発明の第2の実施形態を示す乱数発生回路の
構成図であり、第1の実施形態を示す図1中の要素と共
通の要素には共通の符号が付されている。この乱数発生
回路では、図1の1つのOSC10に代えて、非同期に
動作する2つの第1の発振手段(例えば、OSC)10
−1及び第2の発振手段(例えば、OSC)10−2を
設け、この第1のOSC10−1から出力される出力信
号S10−1をD−FF30のデータ入力端子Dへ与
え、第2のOSC10−2の出力信号S10−2を初段
の2分周回路20−1内の抵抗21へ与え、出力データ
DAである乱数データを取出すD−FF30の入力デー
タと入力クロックとを非同期にする構成になっている。
第2のOSC10−2は、第1のOSC10−1に対し
て非整数倍の周波数で発振し、また、この発振周波数の
安定度が低く、ジッタも大きい低精度の回路構成にする
ことが望ましい。このようなOSC10−2を用いる理
由は、発振周波数の安定度が低いためにジッタが発生し
やすく、この結果、D−FF30で取出された乱数デー
タの信頼度が向上するからである。
Second Embodiment FIG. 6 is a block diagram showing a random number generating circuit according to a second embodiment of the present invention. The elements common to those in FIG. 1 showing the first embodiment are the same as those shown in FIG. Are given. In this random number generation circuit, two first oscillating means (for example, OSC) 10 which operate asynchronously, instead of one OSC 10 of FIG.
-1 and a second oscillating means (for example, OSC) 10-2 are provided, and an output signal S10-1 output from the first OSC 10-1 is supplied to a data input terminal D of the D-FF 30, and a second A configuration in which the output signal S10-2 of the OSC 10-2 is applied to the resistor 21 in the first-stage frequency-dividing circuit 20-1 to make the input clock and the input clock of the D-FF 30 for extracting the random number data as the output data DA asynchronous. It has become.
The second OSC 10-2 oscillates at a frequency that is a non-integer multiple of that of the first OSC 10-1, and preferably has a low-precision circuit configuration in which the stability of the oscillation frequency is low and the jitter is large. . The reason for using the OSC 10-2 is that jitter is easily generated due to low stability of the oscillation frequency, and as a result, the reliability of the random number data extracted by the D-FF 30 is improved.

【0012】この第2の実施形態の乱数発生回路では、
電源が投入されると、第1,第2のOSC10−1,1
0−2が非同期で発振動作し、該第1のOSC10−1
の出力信号S10−1が、D−FF30のデータ入力端
子Dへ送られ、さらに、該第2のOSC10−2の出力
信号S10−2が、初段の2分周回路20−1へ送られ
る。初段の2分周回路20−1では、OSC10−2自
身のジッタを含んだ出力信号S10−2を増幅する形
で、クロック信号からなる出力信号S23を後段の2分
周回路20−2〜20−nへ順次送る。そのため、出力
信号S10−2に含まれたジッタが順次増大していき、
出力信号S10−1の半周期よりも大きなジッタ幅を有
するクロック信号S20が、最終段の2分周回路20−
nから出力され、D−FF30のクロック入力端子Tへ
送られる。D−FF30では、クロック信号S20に基
づき、OSC10−1の出力信号S10−1を非同期で
サンプリングし、出力データDAつまり乱数データを出
力する。
In the random number generating circuit according to the second embodiment,
When the power is turned on, the first and second OSCs 10-1, 10-1
0-2 oscillates asynchronously, and the first OSC 10-1
Is sent to the data input terminal D of the D-FF 30, and the output signal S10-2 of the second OSC 10-2 is sent to the first-stage divide-by-2 circuit 20-1. The first-stage divide-by-2 circuit 20-1 amplifies the output signal S10-2 including the jitter of the OSC 10-2 itself, and outputs the output signal S23 composed of the clock signal to the subsequent-stage divide-by-2 circuits 20-2 to 20-2. -N. Therefore, the jitter contained in the output signal S10-2 increases sequentially,
The clock signal S20 having a jitter width larger than a half cycle of the output signal S10-1 is supplied to the final stage divide-by-2 circuit 20-.
n and sent to the clock input terminal T of the D-FF 30. The D-FF 30 asynchronously samples the output signal S10-1 of the OSC 10-1 based on the clock signal S20 and outputs output data DA, that is, random number data.

【0013】この第2の実施形態では、第1の実施形態
の利点を有する他に、さらに次のような利点も有する。 (iii) 第1の実施形態では、OSC10という発振源
が1つであるため、D−FF30へのデータ入力とクロ
ック入力が同期している。そのため、ジッタの分布によ
っては“0”や“1”の連続が発生し、得られた乱数デ
ータとしては信頼性が低くなる場合がある。そこで、こ
の第2の実施形態では、発振源をOSC10−1と10
−2の2つに分け、D−FF30へのデータ入力とクロ
ック入力とを非同期とし、クロック信号S20に含まれ
るジッタも、低精度のOSC10−2を用いることによ
って該ジッタを増大している。従って、第1の実施形態
に比べ、乱数データがより確実に得られる。
The second embodiment has the following advantages in addition to the advantages of the first embodiment. (iii) In the first embodiment, since there is one oscillation source called the OSC 10, the data input and the clock input to the D-FF 30 are synchronized. Therefore, depending on the distribution of jitter, a series of “0” and “1” may occur, and the reliability of the obtained random number data may be low. Therefore, in the second embodiment, the oscillation sources are OSCs 10-1 and 10-1.
-2, the data input to the D-FF 30 and the clock input are made asynchronous, and the jitter contained in the clock signal S20 is also increased by using the OSC 10-2 with low accuracy. Accordingly, random number data can be obtained more reliably than in the first embodiment.

【0014】第3の実施形態 図7は、本発明の第3の実施形態を示す乱数発生回路の
構成図である。この乱数発生回路では、第1又は第2の
実施形態に対してさらに乱数化を確実にするために、第
1の実施形態又は第2の実施形態の乱数発生回路40の
出力側に、さらにスクランブル回路50を接続してい
る。このスクランブル回路50は、乱数発生回路40内
のD−FF30から出力された出力データDAをさらに
ランダム化して乱数データDATを出力する機能を有
し、例えば、生成多項式が1+X-6+X-7の回路で構成
されている。
Third Embodiment FIG. 7 is a configuration diagram of a random number generation circuit according to a third embodiment of the present invention. In this random number generation circuit, in order to further ensure randomization with respect to the first or second embodiment, a scramble is further provided on the output side of the random number generation circuit 40 of the first or second embodiment. The circuit 50 is connected. This scramble circuit 50 has a function of further randomizing the output data DA output from the D-FF 30 in the random number generation circuit 40 and outputting random number data DAT. For example, the generator polynomial is 1 + X −6 + X −7 . It is composed of circuits.

【0015】スクランブル回路50は、例えば、生成多
項式が1+X-6+X-7の場合、2つの排他的論理和ゲー
ト(以下、「Ex−OR」という)51,53、及び1
つのシフトレジスタ52で構成されている。Ex−OR
51の2つの入力端子のうち、一方の入力端子が、乱数
発生回路40内のD−FF30のデータ出力端子Qに接
続され、他方の入力端子が、他のEx−OR53の出力
端子に接続されている。Ex−OR51の出力端子は、
乱数データDATを出力する端子であり、シフトレジス
タ52のデータ入力端子Dに接続されている。シフトレ
ジスタ52のクロック入力端子Tには、乱数発生回路4
0から出力されたクロック信号S20が入力され、該シ
フトレジスタ52の2つのデータ出力端子Q6,Q7
が、Ex−OR53の2つの入力端子に接続されてい
る。この第3の実施形態の乱数発生回路では、電源投入
によって乱数発生回路40から出力データDA及びクロ
ック信号S20が出力され、該出力データDAがスクラ
ンブル回路50へ送られる。スクランブル回路50内の
Ex−OR51は、2入力信号が不一致のときに出力信
号が“1”、該2入力信号が一致するときには出力信号
が“0”となり、これらの出力信号がシフトレジスタ5
2のデータ入力端子Dへ送られる。シフトレジスタ52
では、クロック入力端子Tに入力されるクロック信号S
20に応答して、Ex−OR51の出力信号を順次取込
んでシフトしていき、2つのデータ出力端子Q6,Q7
から出力する。この2つのデータ出力端子Q6,Q7の
出力信号は、Ex−OR53に入力され、該Ex−OR
53の出力信号がEx−OR51の入力端子にフィード
バックされる。これにより、Ex−OR51の出力端子
から、生成多項式1+X-6+X-7で表わされるスクラン
ブル回路50によりランダム化された乱数データDAT
が出力される。
For example, when the generating polynomial is 1 + X -6 + X -7 , the scramble circuit 50 includes two exclusive OR gates (hereinafter, referred to as “Ex-OR”) 51, 53, and 1
It is composed of two shift registers 52. Ex-OR
One of the two input terminals 51 is connected to the data output terminal Q of the D-FF 30 in the random number generation circuit 40, and the other input terminal is connected to the output terminal of the other Ex-OR 53. ing. The output terminal of the Ex-OR 51 is
This terminal outputs the random number data DAT, and is connected to the data input terminal D of the shift register 52. The clock input terminal T of the shift register 52 has a random number generation circuit 4
0, and the two data output terminals Q6 and Q7 of the shift register 52 are input.
Are connected to two input terminals of the Ex-OR 53. In the random number generation circuit of the third embodiment, the output data DA and the clock signal S20 are output from the random number generation circuit 40 when the power is turned on, and the output data DA is sent to the scramble circuit 50. The output signal of the Ex-OR 51 in the scramble circuit 50 becomes "1" when the two input signals do not match, and the output signal becomes "0" when the two input signals match.
2 data input terminal D. Shift register 52
Then, the clock signal S input to the clock input terminal T
20, the output signals of the Ex-OR 51 are sequentially taken and shifted, and the two data output terminals Q6, Q7
Output from The output signals of the two data output terminals Q6 and Q7 are input to the Ex-OR 53, and the Ex-OR 53
The output signal of 53 is fed back to the input terminal of Ex-OR 51. Thus, random number data DAT randomized by the scramble circuit 50 represented by the generator polynomial 1 + X -6 + X -7 is output from the output terminal of the Ex-OR 51.
Is output.

【0016】この第3の実施形態では、第1及び第2の
実施形態の利点を有する他に、さらに次のような利点も
有する。 (iv) 第2の実施形態のように、2つのOSC10−
1,10−2を設けたとしても、これらの発振周波数の
変動によって該OSC10−1と10−2が互いに整数
倍の周波数比になってしまう場合があり得る。このよう
な場合でも、“0”又は“1”の連続発生を、付加した
スクランブル回路50によってランダム化しているの
で、乱数データDATを第2の実施形態よりもより確実
に得られる。なお、本発明は上記実施形態に限定され
ず、種々の変形が可能である。この変形例としては、例
えば次のようなものがある。
The third embodiment has the following advantages in addition to the advantages of the first and second embodiments. (Iv) As in the second embodiment, two OSCs 10-
Even if 1 and 10-2 are provided, there is a possibility that the OSCs 10-1 and 10-2 have a frequency ratio that is an integral multiple of each other due to the fluctuation of the oscillation frequency. Even in such a case, since the continuous generation of "0" or "1" is randomized by the added scrambling circuit 50, the random number data DAT can be obtained more reliably than in the second embodiment. Note that the present invention is not limited to the above embodiment, and various modifications are possible. For example, there are the following modifications.

【0017】(a) 図1及び図6の各2分周回路20
−1〜20−nは、抵抗21及びコンデンサ22からな
るCR積分回路と、D−FF23からなる2分周カウン
タとで構成しているが、このCR積分回路を他の回路で
構成したり、あるいは2分周回路を他のフリップフロッ
プ回路等で構成してもよい。さらに、n段の2分周回路
20−1〜20−nで構成されるクロック生成手段は、
ジッタを含んだクロック信号を生成し、このジッタを増
幅する回路であるから、このような機能を実行できる他
の回路構成に変更してもよい。また、D−FF30は、
他のフリップフロップ回路等のサンプリング手段で構成
してもよい。 (b) 図7のスクランブル回路50は、生成多項式が
1+X-6+X-7の回路で構成したが、これらの段数を増
やすことによって他の生成多項式の回路構成にすること
により、スクランブルの精度をより向上できる。また、
これらのスクランブル回路50は、図示以外の回路で構
成してもよい。 (c) 上記実施形態では、伝送データの暗号化のため
の乱数発生回路について説明したが、これらの乱数発生
回路は暗号化以外の他の種々の用途に用いることができ
る。
(A) Each divide-by-2 circuit 20 of FIGS. 1 and 6
Each of -1 to 20-n includes a CR integration circuit including a resistor 21 and a capacitor 22, and a divide-by-2 counter including a D-FF 23. However, the CR integration circuit may include another circuit. Alternatively, the divide-by-2 circuit may be constituted by another flip-flop circuit or the like. Further, the clock generating means including the n-stage divide-by-2 circuits 20-1 to 20-n
Since this circuit generates a clock signal including jitter and amplifies the jitter, the circuit may be changed to another circuit configuration capable of performing such a function. Also, the D-FF 30
It may be constituted by sampling means such as another flip-flop circuit. (B) The scramble circuit 50 shown in FIG. 7 has a generator polynomial of 1 + X -6 + X -7 . However, by increasing the number of these stages, a circuit configuration of another generator polynomial is used to improve the scramble accuracy. Can be further improved. Also,
These scramble circuits 50 may be constituted by circuits other than those shown. (C) In the above embodiment, the random number generation circuits for encrypting the transmission data have been described. However, these random number generation circuits can be used for various uses other than encryption.

【0018】[0018]

【発明の効果】以上詳細に説明したように、第1、第4
及び第5の発明によれば、クロック生成手段によって定
常的に存在する雑音をジッタとして増幅し、この増幅さ
れたジッタを有するクロック信号をサンプリング手段に
与え、該サンプリング手段によって発振手段の出力信号
をサンプリングし、乱数データを取出すようにしている
ので、例えば、電源投入後の一定時間後に該乱数データ
を暗号化等のために読込むようにしても、この読込みタ
イミングによる規則性が発生することなく、電源投入毎
に新しい乱数データが得られる。従って、装置の未使用
時には電源を断にすることができるようになり、例え
ば、装置の電池駆動時において電池寿命を長くすること
ができ、低消費電力化が可能となる。第2、第4及び第
5の発明によれば、精度の異なる2つの第1及び第2の
発振手段を設け、サンプリング手段へのデータ入力とク
ロック入力とを非同期の構成にしたので、第1の発明に
比べて乱数データをより確実に得られる。第3の発明に
よれば、第1又は第2の発明の乱数発生回路の出力側に
スクランブル回路を設けたので、第1又は第2の発明で
得られた乱数データをさらにランダム化することによ
り、第2の発明に比べて乱数データをより確実に得られ
る。
As described in detail above, the first and fourth embodiments are described.
According to the fifth aspect of the present invention, the noise which steadily exists is amplified as jitter by the clock generation means, the clock signal having the amplified jitter is supplied to the sampling means, and the output signal of the oscillation means is converted by the sampling means. Since sampling is performed to extract random number data, for example, even if the random number data is read for encryption or the like after a certain period of time after the power is turned on, the power is turned on without any regularity due to the read timing. New random data is obtained every time. Therefore, when the apparatus is not used, the power can be turned off. For example, when the apparatus is driven by a battery, the battery life can be extended, and the power consumption can be reduced. According to the second, fourth and fifth aspects of the present invention, two first and second oscillating units having different precisions are provided, and the data input and the clock input to the sampling unit are asynchronous. The random number data can be obtained more reliably than in the invention of (1). According to the third aspect, the scrambling circuit is provided on the output side of the random number generating circuit of the first or second aspect. Therefore, the random number data obtained by the first or second aspect can be further randomized. , Random number data can be obtained more reliably than in the second invention.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施形態を示す乱数発生回路の
構成図である。
FIG. 1 is a configuration diagram of a random number generation circuit according to a first embodiment of the present invention.

【図2】従来の乱数発生回路の構成図である。FIG. 2 is a configuration diagram of a conventional random number generation circuit.

【図3】図2の暗号化処理を示す図である。FIG. 3 is a diagram showing an encryption process of FIG. 2;

【図4】図1の動作波形図である。FIG. 4 is an operation waveform diagram of FIG.

【図5】図1の動作波形図である。FIG. 5 is an operation waveform diagram of FIG.

【図6】本発明の第2の実施形態を示す乱数発生回路の
構成図である。
FIG. 6 is a configuration diagram of a random number generation circuit according to a second embodiment of the present invention.

【図7】本発明の第3の実施形態を示す乱数発生回路で
ある。
FIG. 7 is a random number generation circuit according to a third embodiment of the present invention.

【符号の説明】[Explanation of symbols]

10,10−1,10−2 OSC(発振回路) 20−1〜20−n 2分周回路 21 抵抗 22 コンデンサ 23,30 D−FF 40 乱数発生回路 50 スクランブル回路 10, 10-1, 10-2 OSC (oscillation circuit) 20-1 to 20-n 2 frequency dividing circuit 21 resistor 22 capacitor 23, 30 D-FF 40 random number generating circuit 50 scrambling circuit

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 7/58 H03K 3/84 Continuation of the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 7/58 H03K 3/84

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 電源の投入によって一定の周波数で発振
する発振手段と、 前記発振手段の出力信号に基づき、該出力信号の半周期
よりも大きなジッタ幅を有するクロック信号を生成して
出力するクロック生成手段と、 前記クロック生成手段の出力信号中のジッタによって前
記発振手段の出力信号をサンプリングし、論理信号から
なる乱数データを出力するサンプリング手段とを、 備えたことを特徴とする乱数発生回路。
1. An oscillating means for oscillating at a constant frequency when a power is turned on, and a clock for generating and outputting a clock signal having a jitter width larger than a half cycle of the output signal based on an output signal of the oscillating means. A random number generation circuit comprising: a generation unit; and a sampling unit that samples an output signal of the oscillation unit based on a jitter in an output signal of the clock generation unit and outputs random number data including a logic signal.
【請求項2】 電源の投入によって一定の周波数で発振
する第1の発振手段と、 前記電源の投入により、前記第1の発振手段に対して非
整数倍の周波数で発振する第2の発振手段と、 前記第2の発振手段の出力信号に基づき、前記第1の発
振手段の出力信号の半周期よりも大きなジッタ幅を有す
るクロック信号を生成して出力するクロック生成手段
と、 前記クロック生成手段の出力信号中のジッタによって前
記第1の発振手段の出力信号をサンプリングし、論理信
号からなる乱数データを出力するサンプリング手段と
を、 備えたことを特徴とする乱数発生回路。
2. A first oscillating means which oscillates at a constant frequency when the power is turned on, and a second oscillating means which oscillates at a frequency which is a non-integer multiple of the first oscillating means when the power is turned on. A clock generation unit that generates and outputs a clock signal having a jitter width larger than a half cycle of an output signal of the first oscillation unit based on an output signal of the second oscillation unit; Sampling means for sampling the output signal of said first oscillation means by jitter in said output signal and outputting random number data composed of a logic signal.
【請求項3】 請求項1又は2記載の乱数発生回路と、 前記サンプリング手段の出力データをスクランブルして
該スクランブルされた乱数データを出力するスクランブ
ル回路とを、 備えたことを特徴とする乱数発生回路。
3. A random number generator, comprising: the random number generation circuit according to claim 1; and a scramble circuit that scrambles output data of the sampling means and outputs the scrambled random number data. circuit.
【請求項4】 請求項1、2又は3記載の乱数発生回路
において、 前記クロック生成手段は、複数段の分周回路で構成し、 前記各段の分周回路は、請求項1の発振手段の出力信号
又は請求項2の第2の発振手段の出力信号を積分する抵
抗及びコンデンサからなる積分回路と、前記積分回路の
出力信号をクロック入力として該出力信号を分周する分
周カウンタとで、構成したことを特徴とする乱数発生回
路。
4. The random number generation circuit according to claim 1, wherein said clock generation means comprises a plurality of frequency divider circuits, and wherein said frequency divider circuit of each stage comprises: An integrating circuit comprising a resistor and a capacitor for integrating the output signal of the second oscillating means or the output signal of the second oscillating means of claim 2, and a frequency dividing counter for dividing the output signal by using the output signal of the integrating circuit as a clock input. And a random number generating circuit.
【請求項5】 請求項1、2又は3記載の乱数発生回路
において、 前記サンプリング手段は、前記クロック生成手段の出力
信号をクロック入力として、請求項1の発振手段の出力
信号又は請求項2の第1の発振手段の出力信号を取込ん
で前記乱数データを出力するフリップフロップ回路で構
成したことを特徴とする乱数発生回路。
5. The random number generation circuit according to claim 1, wherein the sampling means receives an output signal of the clock generation means as a clock input, and outputs the output signal of the oscillation means of claim 1 or the sampling signal of claim 2. A random number generation circuit comprising a flip-flop circuit which receives an output signal of a first oscillation means and outputs the random number data.
JP30859495A 1995-11-28 1995-11-28 Random number generator Expired - Fee Related JP3294489B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30859495A JP3294489B2 (en) 1995-11-28 1995-11-28 Random number generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30859495A JP3294489B2 (en) 1995-11-28 1995-11-28 Random number generator

Publications (2)

Publication Number Publication Date
JPH09146761A JPH09146761A (en) 1997-06-06
JP3294489B2 true JP3294489B2 (en) 2002-06-24

Family

ID=17982926

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30859495A Expired - Fee Related JP3294489B2 (en) 1995-11-28 1995-11-28 Random number generator

Country Status (1)

Country Link
JP (1) JP3294489B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2793904B1 (en) * 1999-05-21 2001-07-27 St Microelectronics Sa METHOD AND DEVICE FOR MANAGING AN ELECTRONIC CIRCUIT
JP3604674B2 (en) * 2001-09-26 2004-12-22 株式会社東芝 Random number generation circuit
JP4097582B2 (en) 2003-09-12 2008-06-11 三洋電機株式会社 Pack battery, electric device connectable to pack battery, and pack battery type determination method
JP5175701B2 (en) * 2008-12-05 2013-04-03 ルネサスエレクトロニクス株式会社 Semiconductor integrated circuit, data encryption device, encryption key generation device, and encryption key generation method
JP4983991B1 (en) * 2011-04-07 2012-07-25 パナソニック株式会社 Random number generation apparatus and random number generation method
JPWO2016043054A1 (en) * 2014-09-19 2017-06-15 株式会社日立国際電気 Wireless communication system, wireless device, and wireless communication method
US11601120B2 (en) * 2021-02-03 2023-03-07 Nuvoton Technology Corporation Attack-resistant ring oscillators and random-number generators

Also Published As

Publication number Publication date
JPH09146761A (en) 1997-06-06

Similar Documents

Publication Publication Date Title
US7206797B2 (en) Random number slip and swap generators
FR2802661B1 (en) HIGH SPEED RANDOM NUMBER GENERATOR
US7376687B2 (en) Pseudo-random number generator
JP3696209B2 (en) Seed generation circuit, random number generation circuit, semiconductor integrated circuit, IC card and information terminal device
WO2002037260A1 (en) Random number generator
US6121801A (en) Non-integer clock divider
CN101162998A (en) True random number generator
JP3294489B2 (en) Random number generator
JPH06509200A (en) Random number generator and method
JP3502065B2 (en) Random number generator
JP5171420B2 (en) Pseudo random number generator
JP2005044090A (en) Random number generator
JP5119417B2 (en) Pseudo random number generator
JP3487299B2 (en) Random number generator and probability generator
CN102662627A (en) Mixed random sequence generator based on chaos double helixes
JP3649874B2 (en) Frequency divider circuit
KR101127961B1 (en) True Random Number Generation Device using Oscillator Sampling Method
KR20050084153A (en) System and method for true random number generation
CN111782179A (en) True random number generator
US4103184A (en) Frequency divider with one-phase clock pulse generating circuit
JPH10340183A (en) Random number generating circuit
JP2001344094A (en) Circuit for generating random number
Fujieda et al. Enhanced use of mixed-mode clock manager for coherent sampling-based true random number generator
JPH02101824A (en) Cyclic redundancy inspection code generator
JP2016206917A (en) Semiconductor integrated circuit device and electronic apparatus using the same

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20020319

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080405

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090405

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090405

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090405

Year of fee payment: 7

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313115

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090405

Year of fee payment: 7

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100405

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110405

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120405

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130405

Year of fee payment: 11

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees