We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4221c44 commit c2f5045Copy full SHA for c2f5045
1 file changed
src/math/radix_to_bin.c
@@ -17,8 +17,15 @@
17
/**
18
Convert data from a specific radix to binary
19
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
27
@param in The input
- @param radix The radix of the input 2..64
28
+ @param radix The radix of the input
29
@param out The output buffer
30
@param len [in/out] The length of the output buffer
31
0 commit comments