greeting.m

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

M
21
字号
disp('************************************************************')disp('*                                                          *')disp('*            The ElGamal Public key Cryptosystem           *')disp('*                  ECE 575 Final Project                   *')disp('*                                                          *')disp('*          By Nirut Chalainanont and Mohammed Sinky        *')disp('*                                                          *')disp('************************************************************')disp(' ')disp(' ')disp('Hi, welcome to the ElGamal PKC.  This program is an implementation')disp('of the algorithm used in the ElGamal cryptographic system.  One or ')disp('two users can try this program out as sender and receiver. running')disp('the program consists of several steps involving calls to different')disp('functions.')   disp(' ')disp(' ')disp('To obtain more information answer "no" below and type "help elgamal" ')disp('at the MATLAB command prompt.')

⌨️ 快捷键说明

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