Brad King 6a365d0901 sha2: Avoid type-punned pointer dereference (#14314)
GCC warns:

 dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

on constructs like

 *(sha_word64*)&var =

so use memcpy to perform such assignments instead.
2013-07-25 13:10:13 -04:00
..
2013-07-22 09:48:32 -04:00
2013-05-16 14:38:07 -04:00
2013-07-16 13:59:30 -04:00
2013-07-25 00:01:05 -04:00
2013-05-22 12:52:12 -04:00
2013-05-16 19:33:13 +02:00
2011-09-15 16:20:33 +02:00
2012-09-28 17:00:52 -04:00
2012-09-28 17:00:52 -04:00
2013-07-16 13:59:07 -04:00
2012-02-02 23:40:21 +00:00
2012-02-21 15:33:31 -05:00