From: Niels Möller Date: Mon, 20 May 2013 08:28:25 +0000 (+0200) Subject: arm: Moved sha1 and sha256 assembly into v6 subdirectory. X-Git-Tag: nettle_3.0_release_20140607~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89eb8070683409bcd0dfda330231fbab70a4a939;p=thirdparty%2Fnettle.git arm: Moved sha1 and sha256 assembly into v6 subdirectory. --- diff --git a/ChangeLog b/ChangeLog index 5864b1a5..c832cf37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-05-20 Niels Möller + * arm/v6/sha1-compress.asm: Moved into v6 directory, since it uses + the v6 instruction uadd8, sel and rev. + * arm/v6/sha256-compress.asm: Likewise. + * nettle-types.h: Include , for size_t. 2013-05-17 Niels Möller diff --git a/arm/sha1-compress.asm b/arm/v6/sha1-compress.asm similarity index 100% rename from arm/sha1-compress.asm rename to arm/v6/sha1-compress.asm diff --git a/arm/sha256-compress.asm b/arm/v6/sha256-compress.asm similarity index 100% rename from arm/sha256-compress.asm rename to arm/v6/sha256-compress.asm