summaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/rsa.h b/rsa.h
index bc6c7f10a..e819c5f23 100644
--- a/rsa.h
+++ b/rsa.h
@@ -1,19 +1,19 @@
1/* 1/*
2 * 2 *
3 * rsa.h 3 * rsa.h
4 * 4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi> 5 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 * 6 *
7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 * All rights reserved 8 * All rights reserved
9 * 9 *
10 * Created: Fri Mar 3 22:01:06 1995 ylo 10 * Created: Fri Mar 3 22:01:06 1995 ylo
11 * 11 *
12 * RSA key generation, encryption and decryption. 12 * RSA key generation, encryption and decryption.
13 * 13 *
14*/ 14*/
15 15
16/* RCSID("$Id: rsa.h,v 1.7 2000/04/13 02:26:37 damien Exp $"); */ 16/* RCSID("$Id: rsa.h,v 1.8 2000/04/16 01:18:45 damien Exp $"); */
17 17
18#ifndef RSA_H 18#ifndef RSA_H
19#define RSA_H 19#define RSA_H