SipHash_End
uint64_t SipHash_End(SIPHASH_CTX *, int, int);
#define SipHash24_End(_d) SipHash_End((_d), 2, 4)
#define SipHash48_End(_d) SipHash_End((_d), 4, 8)
r = htole64(SipHash_End(ctx, rc, rf));
DEF_WEAK(SipHash_End);
return (SipHash_End(&ctx, rc, rf));
PROTO_NORMAL(SipHash_End);
htolem64(&r, SipHash_End(ctx, rc, rf));
return (SipHash_End(&ctx, rc, rf));
uint64_t SipHash_End(SIPHASH_CTX *, int, int);
#define SipHash24_End(_d) SipHash_End((_d), 2, 4)
#define SipHash48_End(_d) SipHash_End((_d), 4, 8)