stm32: hash: move to peripherals API docs
Drop redundant .c files and add groupings and labels. Eliminates warnings from doxygen
This commit is contained in:
committed by
Karl Palsson
parent
a143e5644e
commit
b287bbd322
@@ -1,4 +1,6 @@
|
||||
/** @addtogroup hash_file
|
||||
/** @addtogroup hash_file HASH Peripheral API
|
||||
*
|
||||
* @ingroup peripheral_apis
|
||||
*
|
||||
* @author @htmlonly © @endhtmlonly 2013
|
||||
* Mikhail Avkhimenia <mikhail@avkhimenia.net>
|
||||
@@ -145,7 +147,6 @@ void hash_digest()
|
||||
Makes a copy of the resulting hash.
|
||||
|
||||
@param[out] data unsigned int32. Hash 4\5 words long depending on the algorithm.
|
||||
@param[in] algorithm unsigned int8. Hash algorithm: @ref hash_algorithm
|
||||
*/
|
||||
|
||||
void hash_get_result(uint32_t *data)
|
||||
|
||||
Reference in New Issue
Block a user