From: Thomas Pornin Date: Sun, 29 Jan 2017 20:46:33 +0000 (+0100) Subject: Added AES+GHASH implementation using AES-NI opcodes; also ARM-Thumb assembly for... X-Git-Tag: v0.4~11 X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=5f045c759957fdff8c85716e6af99e10901fdac0;hp=5f045c759957fdff8c85716e6af99e10901fdac0 Added AES+GHASH implementation using AES-NI opcodes; also ARM-Thumb assembly for faster Montgomery multiplication on Cortex-M0+. Added selection functions for "default" implementations. ---