Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
7:471901a04573
Parent:
6:a8c83a2e6fa4
--- a/Utilities/Sha256.hpp	Wed Jan 23 13:11:04 2019 -0600
+++ b/Utilities/Sha256.hpp	Mon Mar 04 08:10:00 2019 -0600
@@ -42,12 +42,12 @@
 /// Container for a SHA-256 hash.
 typedef array_span<uint_least8_t, 32> Hash;
 
-/// Data for Compute Write MAC operation.
+/// @brief Data for Compute Write MAC operation.
 /// @details
 /// Used by SHA-256 MAC authenticators including DS28E15/22/25 and DS2465.
 typedef array_span<uint_least8_t, 20> WriteMacData;
 
-/// Data for the Compute Auth. MAC and Compute Slave Secret operations.
+/// @brief Data for the Compute Auth. MAC and Compute Slave Secret operations.
 /// @copydetails WriteMacData
 typedef array_span<uint_least8_t, 76> AuthenticationData;