encrypt.m

来自「elgamal elgrithm by matlab」· M 代码 · 共 9 行

M
9
字号
%% Only letters a through z are accepted for the message in this script.% No special characters or punctuation is allowed.message = input('Hi sender, please type the message that you would like to send:\n\n','s')ELGencrypt(p, Alpha, Betaa, message)

⌨️ 快捷键说明

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