X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/d3fe100dfc120244d316e083ce87b1eb130fe4fd..ff05a229397c75142725f45cad191ce4a00625ce:/rsa.c?ds=sidebyside diff --git a/rsa.c b/rsa.c index 81fb1b5..2b4c729 100644 --- a/rsa.c +++ b/rsa.c @@ -1,29 +1,3 @@ -/*************************************************************************** - * - * Part II Project, "A secure, private IP network" - * Stephen Early - * - * - * $RCSfile: rsa.c,v $ - * - * Description: RSA signature making and checking functions - * - * Copyright: (C) Stephen Early 1995 - * - * $Revision: 1.1 $ - * - * $Date: 1996/05/16 18:40:14 $ - * - * $State: Exp $ - * - ***************************************************************************/ - -/* $Log: rsa.c,v $ - * Revision 1.1 1996/05/16 18:40:14 sde1000 - * Initial revision - * - */ - #include #include #include "secnet.h"