Commit 2a22d512 by Alexandre Adomnicai Committed by Enrico Pozzobon

giftcofb128v1.armcortexm

parent dba8d5c7
......@@ -71,7 +71,7 @@ static inline void rho(u32* y, u32* m, u32* x, u32* c, u32 n) {
rho1(x, y, m, n);
}
static inline void rho_prime(u32* y, u32*c, u32* m, u32* x, u32 n) {
static inline void rho_prime(u32* y, u32*c, u32* x, u32* m, u32 n) {
XOR_BLOCK(m, y, c);
rho1(x, y, m, n);
}
......
......@@ -71,7 +71,7 @@ static inline void rho(u32* y, u32* m, u32* x, u32* c, u32 n) {
rho1(x, y, m, n);
}
static inline void rho_prime(u32* y, u32*c, u32* m, u32* x, u32 n) {
static inline void rho_prime(u32* y, u32*c, u32* x, u32* m, u32 n) {
XOR_BLOCK(m, y, c);
rho1(x, y, m, n);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment