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

« back to all changes in this revision

Viewing changes to x86/arcfour-crypt.asm

  • 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:
23
23
        C               unsigned length, uint8_t *dst,
24
24
        C               const uint8_t *src)
25
25
        .text
26
 
        .align 16
 
26
        ALIGN(4)
27
27
PROLOGUE(nettle_arcfour_crypt)
28
28
        C save all registers that need to be saved
29
29
        pushl   %ebx            C  12(%esp)