]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
crypto: use unaligned helpers
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 24 Aug 2018 01:08:03 +0000 (18:08 -0700)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 29 Aug 2018 05:20:13 +0000 (23:20 -0600)
commit66054f3638852606f71379d96086705166bbaed9
tree640678f654dfef1919cf2829a43666e37a3da357
parentb2ec7892c8c6a87be541ae1ae6d005bc39704398
crypto: use unaligned helpers

This is not useful for WireGuard, but for the general use case we
probably want it this way, and the speed difference is mostly lost in
the noise.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/curve25519.c