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

📄 greeting.m

📁 elgamal elgrithm by matlab
💻 M
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -