On Tue, 8 Jan 2019 at 22:32, Richard Henderson
wrote:
>
> This is the main crypto routine, an implementation of QARMA.
> This matches, as much as possible, ARM pseudocode.
>
> Signed-off-by: Richard Henderson
> ---
> target/arm/pauth_helper.c | 241 +-
> 1 fil
This is the main crypto routine, an implementation of QARMA.
This matches, as much as possible, ARM pseudocode.
Signed-off-by: Richard Henderson
---
target/arm/pauth_helper.c | 241 +-
1 file changed, 240 insertions(+), 1 deletion(-)
diff --git a/target/arm/p