On Tue, 8 Jan 2019 at 22:32, Richard Henderson <richard.hender...@linaro.org> wrote: > > This is the main crypto routine, an implementation of QARMA. > This matches, as much as possible, ARM pseudocode. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/pauth_helper.c | 241 +++++++++++++++++++++++++++++++++++++- > 1 file changed, 240 insertions(+), 1 deletion(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM