aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libkeccak_hmac_copy.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/libkeccak_hmac_copy.312
1 files changed, 3 insertions, 9 deletions
diff --git a/man3/libkeccak_hmac_copy.3 b/man3/libkeccak_hmac_copy.3
index f3939f5..0f29ae8 100644
--- a/man3/libkeccak_hmac_copy.3
+++ b/man3/libkeccak_hmac_copy.3
@@ -2,15 +2,12 @@
.SH NAME
libkeccak_hmac_copy - Copies an HMAC-hashing state
.SH SYNOPSIS
-.LP
.nf
#include <libkeccak.h>
-.P
-int
-libkeccak_hmac_copy(libkeccak_hmac_state_t *\fIdest\fP,
- const libkeccak_hmac_state_t *\fIsrc\fP);
+
+int libkeccak_hmac_copy(libkeccak_hmac_state_t *\fIdest\fP, const libkeccak_hmac_state_t *\fIsrc\fP);
.fi
-.P
+.PP
Link with
.IR -lkeccak .
.SH DESCRIPTION
@@ -39,6 +36,3 @@ function may fail for any specified for the function
.SH SEE ALSO
.BR libkeccak_hmac_duplicate (3),
.BR libkeccak_hmac_initialise (3)
-.SH BUGS
-Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@kth.se