Browse Source

minor doc fix

master
Michael Hamburg 10 years ago
parent
commit
4c508f3670
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/shake.h

+ 1
- 0
include/shake.h View File

@@ -74,6 +74,7 @@ void sponge_destroy (
* @param [in] inlen The length of the input data.
* @param [out] out A buffer for the output data.
* @param [in] outlen The length of the output data.
* @param [in] params The parameters of the sponge hash.
*/
void sponge_hash (
const uint8_t *in,


Loading…
Cancel
Save