We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c315b1c commit a1341e0Copy full SHA for a1341e0
src/misc/base16/base16_decode.c
@@ -21,6 +21,7 @@
21
/**
22
Base16 decode a string
23
@param in The Base16 string to decode
24
+ @param inlen The length of the Base16 data
25
@param out [out] The destination of the binary decoded data
26
@param outlen [in/out] The max size and resulting size of the decoded data
27
@return CRYPT_OK if successful
0 commit comments