home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / pubkey / pks10-m.inf < prev    next >
Text File  |  1984-09-28  |  701b  |  15 lines

  1. PKS Version 1.0
  2.  
  3.      Public  Key  System routines are derived from  the  article; 
  4. 'Public  Key Cryptography:  An Introduction to a powerful crypto-
  5. graphic system for use on microcomputers" by John Smith found  in 
  6. BYTE magazine Volume 8, Number 1, January, 1983.
  7.  
  8.      The  routines here are MBASIC compatible and differ from the 
  9. published  routines only in handling of the BASIC  function  RND.  
  10. MBASIC  RND  with  an argument of zero  simply  returns  whatever 
  11. number was last generated.   The MBASIC command RANDOMIZE is used 
  12. to seed the random number generator with a number from 0 to 32767 
  13. by  computing;   N  mod  32768.   This  change  appears  in  both 
  14. TESTPRIM.BAS and FINDPRIM.BAS.
  15.