Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
 On branch dev/ben/xcrypto-issue-73
 Your branch is up-to-date with 'origin/dev/ben/xcrypto-issue-73'.

 Changes to be committed:
	modified:   src/libscarv/block/aes/sbox/riscv-xcrypto/aes_dec_imp.S
  • Loading branch information
ben-marshall committed Feb 5, 2020
1 parent afec88d commit 0d88f31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libscarv/block/aes/sbox/riscv-xcrypto/aes_dec_imp.S
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ aes_dec: AES_LDM t0, t1, t2, t3, a1
xc.aessub.dec t6, t0, t3
xc.aessub.dec a7, t1, t0

//mv t0, t4
//mv t1, t5
//mv t2, t6
//mv t3, a7

and a5, t6, a3 // a5 = X, X, 0, 5
and a6, t4, a4 // a6 = 15,10, X, X
or t0, a5, a6 // t0 = 15,10, 0, 5
Expand Down

0 comments on commit 0d88f31

Please sign in to comment.