Latest update
This commit is contained in:
@@ -51,7 +51,6 @@ if ($flavour && $flavour ne "void") {
|
||||
$code.=<<___;
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
#if defined(__thumb2__)
|
||||
.syntax unified
|
||||
.thumb
|
||||
@@ -80,6 +79,7 @@ close TABLE;
|
||||
die "insane number of elements" if ($#arr != 64*16*37-1);
|
||||
|
||||
$code.=<<___;
|
||||
.rodata
|
||||
.globl ecp_nistz256_precomputed
|
||||
.type ecp_nistz256_precomputed,%object
|
||||
.align 12
|
||||
@@ -104,6 +104,8 @@ for(1..37) {
|
||||
}
|
||||
$code.=<<___;
|
||||
.size ecp_nistz256_precomputed,.-ecp_nistz256_precomputed
|
||||
|
||||
.text
|
||||
.align 5
|
||||
.LRR: @ 2^512 mod P precomputed for NIST P256 polynomial
|
||||
.long 0x00000003, 0x00000000, 0xffffffff, 0xfffffffb
|
||||
|
||||
Reference in New Issue
Block a user