From: Niels Möller Date: Tue, 11 Oct 2005 16:21:27 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.14_release_20051205~182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c902faf7db4168414ef0deac5e49cd0c8bd86b3f;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/x86/md5-compress.asm:1.1 --- diff --git a/x86/md5-compress.asm b/x86/md5-compress.asm new file mode 100644 index 00000000..234d35bf --- /dev/null +++ b/x86/md5-compress.asm @@ -0,0 +1,29 @@ +C nettle, low-level cryptographics library +C +C Copyright (C) 2005, Niels Möller +C +C The nettle library is free software; you can redistribute it and/or modify +C it under the terms of the GNU Lesser General Public License as published by +C the Free Software Foundation; either version 2.1 of the License, or (at your +C option) any later version. +C +C The nettle library is distributed in the hope that it will be useful, but +C WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +C or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public +C License for more details. +C +C You should have received a copy of the GNU Lesser General Public License +C along with the nettle library; see the file COPYING.LIB. If not, write to +C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +C MA 02111-1307, USA. + +C Register usage +define(,<%eax>) +define(,<%ebx>) +define(,<%ecx>) +define(,<%edx>) + +define(,<%esp>) + +C %ebp, %edi and %esi available for temporaries +