diff options
Diffstat (limited to '')
-rw-r--r-- | man3/libkeccak_state_unmarshal.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/man3/libkeccak_state_unmarshal.3 b/man3/libkeccak_state_unmarshal.3 index 5a9e59b..8643164 100644 --- a/man3/libkeccak_state_unmarshal.3 +++ b/man3/libkeccak_state_unmarshal.3 @@ -2,14 +2,12 @@ .SH NAME libkeccak_state_unmarshal - Unharshals a hash state .SH SYNOPSIS -.LP .nf #include <libkeccak.h> -.P -size_t -libkeccak_state_unmarshal(libkeccak_state_t *\fIstate\fP, const char *\fIdata\fP); + +size_t libkeccak_state_unmarshal(libkeccak_state_t *\fIstate\fP, const void *\fIdata\fP); .fi -.P +.PP Link with .IR -lkeccak . .SH DESCRIPTION @@ -34,6 +32,3 @@ function may fail for any specified for the function .BR libkeccak_state_marshal_size (3), .BR libkeccak_state_marshal (3), .BR libkeccak_state_unmarshal_skip (3) -.SH BUGS -Please report bugs to https://github.com/maandree/libkeccak/issues or to -maandree@kth.se |