~ubuntu-branches/ubuntu/precise/nettle/precise

« back to all changes in this revision

Viewing changes to aes-decrypt.c

  • Committer: Bazaar Package Importer
  • Author(s): Magnus Holmgren
  • Date: 2008-04-20 00:40:55 UTC
  • mfrom: (3.1.7 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080420004055-r0jr22szk4aub1v5
Tags: 1.15-5
* New maintainer email address.
* Bring debian/control format up-to-date with Homepage and Vcs fields.
* Add machine-readable copyright information to debian/copyright and
  clarify licensing of nettle-lfib-stream.1 and pkcs1-conv.1. The
  machine-readable information may not be completely accurate at this
  point due to the many different authors and licenses.
* Don't ignore make potential distclean errors.
* debian/libnettle-dev.doc-base: Change section to Programming/C
  following the abolishion of the Apps section.
* Bump Standards-Version to 3.7.3 without any changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
      0x17,0x2b,0x04,0x7e,0xba,0x77,0xd6,0x26,
69
69
      0xe1,0x69,0x14,0x63,0x55,0x21,0x0c,0x7d,
70
70
    },
71
 
    /* Indexing array, hard-coded into the decryption function.
72
 
      { { 0, 1, 2, 3 },
73
 
        { 3, 0, 1, 2 },
74
 
        { 2, 3, 0, 1 },
75
 
        { 1, 2, 3, 0 } }
76
 
    */
77
71
    { /* itable */
78
72
      { 
79
73
        0x50a7f451,0x5365417e,0xc3a4171a,0x965e273a,