~ubuntu-branches/ubuntu/vivid/nettle/vivid-proposed

« back to all changes in this revision

Viewing changes to arctwo.c

  • Committer: Package Import Robot
  • Author(s): Magnus Holmgren
  • Date: 2013-05-04 19:50:28 UTC
  • mfrom: (1.4.6) (3.1.11 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20130504195028-fp6c9fw1tsm5scwa
Tags: 2.7-1
* New upstream release (Closes: #706081).
* Include watch file improvements from Bart Martens <bartm@debian.org>
  via the QA system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * Copyright (C) 2004 Simon Josefsson
9
9
 * Copyright (C) 2003 Nikos Mavroyanopoulos
10
10
 * Copyright (C) 2004 Free Software Foundation, Inc.
11
 
 * Copyright (C) 2004 Niels M�ller
 
11
 * Copyright (C) 2004 Niels Möller
12
12
 *
13
13
 * The nettle library is free software; you can redistribute it and/or modify
14
14
 * it under the terms of the GNU Lesser General Public License as published by
22
22
 *
23
23
 * You should have received a copy of the GNU Lesser General Public License
24
24
 * along with the nettle library; see the file COPYING.LIB.  If not, write to
25
 
 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
26
 
 * MA 02111-1307, USA.
 
25
 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
26
 * MA 02111-1301, USA.
27
27
 */
28
28
 
29
29
/* This implementation was written by Nikos Mavroyanopoulos for GNUTLS
30
30
 * as a Libgcrypt module (gnutls/lib/x509/rc2.c) and later adapted for
31
31
 * direct use by Libgcrypt by Werner Koch and later adapted for direct
32
 
 * use by Nettle by Simon Josefsson and Niels M�ller.
 
32
 * use by Nettle by Simon Josefsson and Niels Möller.
33
33
 *
34
34
 * The implementation here is based on Peter Gutmann's RRC.2 paper and
35
35
 * RFC 2268.