home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / bcrypt10.zip / README.1ST < prev    next >
Text File  |  1993-02-01  |  2KB  |  46 lines

  1. -------------------------------------
  2. BCRYPT VERSION 1.00
  3. -------------------------------------
  4.  
  5. -------------------------------------
  6. Release Date:  01 February 1993
  7. -------------------------------------
  8.  
  9. Program notes:
  10.  
  11. -   QB.LIB/QLB is compiled into BCRYPT4.LIB/QLB, therefore CALL
  12.     INTERRUPT is available.  However, this means that it is useable
  13.     only with QB 4.x.
  14.  
  15. -   QBX.LIB/QLB is compiled into BCRYPT7.LIB/QLB, therefore CALL
  16.     INTERRUPT is available.  However, this means that it is useable
  17.     only with PDS7.x
  18.  
  19. -   BCRYPT7.LIB/QLB is compiled for Far Strings/Emulator Math.  Near
  20.     String and or Coprocessor Math versions are available to
  21.     registered users.
  22.  
  23. -   This LIB uses primarily string functions to accomplish it's work.
  24.     I plan on converting to use direct memory manipulation at some
  25.     point in the future.
  26.  
  27. Usage Notes:
  28.  
  29. -   Due to the use of string routines some routines may seem to be a
  30.     bit sluggish.  If the routine seems to slow for your intended use,
  31.     contact me and we will arrange for an updated version.
  32.  
  33. -   If you come up with any neat or unusual code demonstrating this
  34.     library, please pass it on to me.  I'll use it in the next release
  35.     version <with proper credit to the authors(s) of course!>.
  36.  
  37. Extra Credits:
  38. V1.00    Richard Vannoy  -  Inspiration for the XOR Routines
  39.          Rick Geldreich  -  LZ.x routines
  40.          Zack Jones      -  Beta Tester
  41.  
  42. Thanks!
  43.  
  44. Derek Lyons
  45. Mountain Bay Software
  46.