From c2f50459e284ba777c6e6add55ad1e275a3472a2 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 5 Jul 2017 10:25:01 +0200 Subject: [PATCH] better doc of radix_to_bin() --- src/math/radix_to_bin.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/math/radix_to_bin.c b/src/math/radix_to_bin.c index 72742b52..fef58ae7 100644 --- a/src/math/radix_to_bin.c +++ b/src/math/radix_to_bin.c @@ -17,8 +17,15 @@ /** Convert data from a specific radix to binary + The default MPI descriptors #ltm_desc, #tfm_desc and #gmp_desc + have the following restrictions on parameters: + + \p in - NUL-terminated char buffer + + \p radix - 2..64 + @param in The input - @param radix The radix of the input 2..64 + @param radix The radix of the input @param out The output buffer @param len [in/out] The length of the output buffer