diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-08 20:52:26 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-08 20:52:26 +0000 |
commit | 6173d90e835cf236bf1526b2c59954690a2b06e5 (patch) | |
tree | 232c892e8f702f8a269d0ff17dd83cfa25425d0a /lib/libc/hash | |
parent | f01b1ea0214dc2bac9fe88a2b7a7cfea57cf1bce (diff) |
more libc, less kernel documentation
Diffstat (limited to 'lib/libc/hash')
-rw-r--r-- | lib/libc/hash/SipHash24.3 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/libc/hash/SipHash24.3 b/lib/libc/hash/SipHash24.3 index 24a802a660a..85d7ad0cdc7 100644 --- a/lib/libc/hash/SipHash24.3 +++ b/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 <dlg@openbsd.org> .\" @@ -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 . |