add radix_to_bin()

This commit is contained in:
Steffen Jaeckel
2017-06-27 17:44:33 +02:00
parent 6b798ca6a6
commit 627f6696cb
2 changed files with 57 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@
#define LTC_MILLER_RABIN_REPS 35
#endif
int radix_to_bin(const void *in, int radix, void *out, size_t* len);
/** math descriptor */
typedef struct {
/** Name of the math provider */