Hello,
I have 3 variables called e, n and m, and I am trying to do this:
dim n, e, z as double
n = 4183
e = 31
m = 5
z = m ^ e
c = z Mod n
But I get an overflow on the mod line. I've tried:
c = fix(z mod n),
c = cDbl(z) mod n
as well as a load of other little things!
Can anyone help?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
If this post was useful to you, click the link below
I have 3 variables called e, n and m, and I am trying to do this:
dim n, e, z as double
n = 4183
e = 31
m = 5
z = m ^ e
c = z Mod n
But I get an overflow on the mod line. I've tried:
c = fix(z mod n),
c = cDbl(z) mod n
as well as a load of other little things!
Can anyone help?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
If this post was useful to you, click the link below