This is rsaglue.h in view mode; [Download] [Up]
/* rsaglue.h - Glue routines for RSA encryption and decryption */ extern char signon_legalese[]; /* Declarations */ int rsa_public_encrypt(unitptr outbuf, byteptr inbuf, short bytes, unitptr E, unitptr N); int rsa_private_encrypt(unitptr outbuf, byteptr inbuf, short bytes, unitptr E, unitptr D, unitptr P, unitptr Q, unitptr U, unitptr N); int rsa_public_decrypt(byteptr outbuf, unitptr inbuf, unitptr E, unitptr N); int rsa_private_decrypt(byteptr outbuf, unitptr inbuf, unitptr E, unitptr D, unitptr P, unitptr Q, unitptr U, unitptr N);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.