• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Dec-2019-

MakefileH A D20-Dec-20194.3 KiB136122

READMEH A D20-Dec-2019810 2315

build.comH A D20-Dec-20192.6 KiB106103

rsaref.cH A D20-Dec-201920.3 KiB714576

rsaref.ecH A D20-Dec-2019184 97

rsaref_err.cH A D20-Dec-20196 KiB15985

rsaref_err.hH A D20-Dec-20195 KiB11142

README

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