Skip to content

Commit c2f5045

Browse files
committed
better doc of radix_to_bin()
1 parent 4221c44 commit c2f5045

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/math/radix_to_bin.c

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@
1717
/**
1818
Convert data from a specific radix to binary
1919
20+
The default MPI descriptors #ltm_desc, #tfm_desc and #gmp_desc
21+
have the following restrictions on parameters:
22+
23+
\p in - NUL-terminated char buffer
24+
25+
\p radix - 2..64
26+
2027
@param in The input
21-
@param radix The radix of the input 2..64
28+
@param radix The radix of the input
2229
@param out The output buffer
2330
@param len [in/out] The length of the output buffer
2431

0 commit comments

Comments
 (0)