clean-up a bit around DSA

* comments
* dsa_test()
* order of alloc/free of key parts
This commit is contained in:
Steffen Jaeckel
2017-06-28 16:07:32 +02:00
parent 1cce065676
commit 35e0c5fc71
8 changed files with 34 additions and 28 deletions
+3 -3
View File
@@ -10,15 +10,15 @@
/**
@file radix_to_bin.c
Convert an MPI from a specific radix to binary data.
Convert data from a specific radix to binary.
Steffen Jaeckel
*/
/**
Convert an MPI from a specific radix to binary data
Convert data from a specific radix to binary
@param in The input
@param radix The radix of the input
@param radix The radix of the input 2..64
@param out The output buffer
@param len [in/out] The length of the output buffer