README 810 B

12345678910111213141516171819202122
  1. librsaref.so is a demonstration dynamic engine that does RSA
  2. operations using the old RSAref 2.0 implementation.
  3. To make proper use of this engine, you must download RSAref 2.0
  4. (search the web for rsaref.tar.Z for example) and unpack it in this
  5. directory, so you'll end up having the subdirectories "install" and
  6. "source" among others.
  7. To build, do the following:
  8. make
  9. This will list a number of available targets to choose from. Most of
  10. them are architecture-specific. The exception is "gnu" which is to be
  11. used on systems where GNU ld and gcc have been installed in such a way
  12. that gcc uses GNU ld to link together programs and shared libraries.
  13. The make file assumes you use gcc. To change that, just reassign CC:
  14. make CC=cc
  15. The result is librsaref.so, which you can copy to any place you wish.