Comments on "A Computer Algorithm for Calculating the Product AB Modulo M"
暂无分享,去创建一个
The modular multiplication algorithm (MMA) was presented as a method of calculating " the smallest nonnegative integer R congruent modulo M to the product AB of two nonegative integers without dividing by M."1 The claim that division is avoided is technically correct, but misleading. A minor modification calculates both R and Q such that AB = MQ + R. A simplified version of the new algorithm is given and an alternate derivation is shown to illustrate the key ideas behind the method.
[1] Sudhakar M. Reddy. Comments on "Minimal Fault Tests for Combinational Networks" , 1977, IEEE Trans. Computers.
[2] James E. Smith. On Necessary and Sufficient Conditions for Multiple Fault Undetectability , 1979, IEEE Transactions on Computers.
[3] Arthur D. Friedman. Fault Detection in Redundant Circuits , 1967, IEEE Trans. Electron. Comput..
[4] SUDHAKAR M. REDDY,et al. Multiple Fault Detection in Combinational Networks , 1972, IEEE Transactions on Computers.