From: Thomas Pornin Date: Sat, 18 Mar 2017 17:07:36 +0000 (+0100) Subject: Optimised code for encoding/decoding integers when the underlying architecture has... X-Git-Tag: v0.4~5 X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=90bc9406c31e03d09b3d835c3cbabfec83f4e94d;hp=90bc9406c31e03d09b3d835c3cbabfec83f4e94d Optimised code for encoding/decoding integers when the underlying architecture has the right endianness and allows unaligned accesses. ---