1
0
mirror of https://github.com/BLAKE2/libb2 synced 2024-11-26 13:03:50 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Benjamin Peterson
4d8616dae4 Use memcpy for possibly-unaligned loads and stores.
The core change is ported from
b8024d53e7.

This let's us remove the ALIGNED_ACCESS_REQUIRED configure check. This isn't a
very good thing to check through configure because it requires running an
executable. That doesn't work for cross compiles.
2018-06-20 23:35:09 -07:00
David Carlier
b4b241a348 For secure memory clearance, trying to use the native calls whenever
it is possible or a simple barrier.
2018-01-16 11:38:43 +00:00
JP Aumasson
564832de5e init 2015-10-14 14:52:16 +02:00