⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 crypttest.m

📁 Mathematical Methods by Moor n Stiling.
💻 M
字号:
% test the cryptographic example
% Copyright 1999 by Todd K. Moon

p = 7;
q = 11;
r = p*q;
phir = (p-1)*(q-1);
phiphir = 16;
s = 13;

M = 14;
E = res(M,s,r);

t = res(s,(phiphir-1),phir);

D = res(E,t,r)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -