> On 15 Jan 2015, at 13:46, Todd C. Miller wrote:
>
> We may want to add an explicit_bzero to SipHash_Final() too but
> I'll leave that up to tedu.
the siphash implementation already uses explicit_bzero, but it is in
SipHash_End. SipHash_Final is just a wrapper that byteswaps the value from
S
We may want to add an explicit_bzero to SipHash_Final() too but
I'll leave that up to tedu.
- todd
Index: lib/libc/hash/helper.c
===
RCS file: /cvs/src/lib/libc/hash/helper.c,v
retrieving revision 1.11
diff -u -r1.11 helper.c
--- li