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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변