Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
candidates
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
341e6ca6
authored
Apr 02, 2020
by
Alexandre Adomnicai
Committed by
Enrico Pozzobon
Apr 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
giftcofb128v1.armcortexm
parent
2a22d512
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
gift-cofb/Implementations/crypto_aead/giftcofb128v1/armcortexm_compact/giftb128.s
+2
-3
No files found.
gift-cofb/Implementations/crypto_aead/giftcofb128v1/armcortexm_compact/giftb128.s
View file @
341e6ca6
...
...
@@ -224,7 +224,7 @@ rearrange_rkey_3:
.global gift128_keyschedule
.type gift128_keyschedule,%function
gift128_keyschedule:
push {r
2
-r12, r14}
push {r
1
-r12, r14}
ldm r0, {r4-r7} //load key words
rev r4, r4
rev r5, r5
...
...
@@ -328,8 +328,7 @@ gift128_keyschedule:
bl rearrange_rkey_3
add.w r1, r1, #40
bl rearrange_rkey_3
sub.w r1, r1, #312
pop {r2-r12, r14}
pop {r1-r12, r14}
bx lr
.align 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment