]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
arm: Moved sha1 and sha256 assembly into v6 subdirectory.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 20 May 2013 08:28:25 +0000 (10:28 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 20 May 2013 08:28:25 +0000 (10:28 +0200)
ChangeLog
arm/v6/sha1-compress.asm [moved from arm/sha1-compress.asm with 100% similarity]
arm/v6/sha256-compress.asm [moved from arm/sha256-compress.asm with 100% similarity]

index 5864b1a5c24333b999fc7a620d3e331c23eb5098..c832cf371d3d649021fa1f8c05bc52c04fcc34f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-05-20  Niels Möller  <nisse@lysator.liu.se>
 
+       * 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 <stddef.h>, for size_t.
 
 2013-05-17  Niels Möller  <nisse@lysator.liu.se>