photo

MAXIMUS ODOALA


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


I am getting error as " Error using intialize Too many input arguments". "Error in rsa (line 11) [Pk,Phi,d,e] = intialize(p,q,r,s,t,u " i am trying develop an optimized algorithm using the 6 prime numbers to generate encryption
lc; disp('Implementation of RSA Algorithm'); clear all; close all; p = input('\nEnter the value of p: '); q = inpu...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I am getting error as " Too many input arguments" i am trying develop an optimized algorithm using the 6 prime numbers to generate encryption
clc; disp('Implementation of RSA Algorithm'); clear all; close all; p = input('\nEnter the value of p: '); q =...

8 years 前 | 1 个回答 | 0

1

个回答