From 06e68c25497dcd27e4979de4dcbe8ea9e259edaa Mon Sep 17 00:00:00 2001 From: tedu <> Date: Mon, 8 Dec 2014 20:52:25 +0000 Subject: [PATCH] more libc, less kernel documentation --- src/lib/libc/hash/SipHash24.3 | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/lib/libc/hash/SipHash24.3 b/src/lib/libc/hash/SipHash24.3 index 24a802a6..85d7ad0c 100644 --- a/src/lib/libc/hash/SipHash24.3 +++ b/src/lib/libc/hash/SipHash24.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SipHash24.3,v 1.2 2014/12/08 20:49:23 tedu Exp $ +.\" $OpenBSD: SipHash24.3,v 1.3 2014/12/08 20:52:25 tedu Exp $ .\" .\" Copyright (c) 2014 David Gwynne .\" @@ -91,14 +91,6 @@ It is recommended that the .Vt SIPHASH_KEY key be generated with .Xr arc4random_buf 3 . -.Sh CONTEXT -.Fn SipHash24_Init , -.Fn SipHash24_Update , -.Fn SipHash24_End , -.Fn SipHash24_Final -and -.Fn SipHash24 -can be called during autoconf, from process context, or from interrupt context. .Sh RETURN VALUES .Fn SipHash24_End and @@ -106,3 +98,6 @@ and return the 64-bit message digest in the host's native endian representation. .Sh SEE ALSO .Xr arc4random_buf 3 +.Sh HISTORY +These functions appeared in +.Ox 5.7 .