Documentation updates and prepare for relase.

This commit is contained in:
2023-10-22 02:43:19 -07:00
parent a682c339bf
commit e05aa1295c
6 changed files with 18 additions and 261 deletions

View File

@@ -99,8 +99,8 @@ public:
/// \note Once #Finalise is called, the context cannot be
/// updated unless the context is reset.
///
/// \param digest A byte buffer that must be at least #HMAC.Size()
/// in length.
/// \param digest A byte buffer that must be at least
/// #Size() in length.
/// \return An EMSHAResult describing the result of this
/// method:
///
@@ -120,8 +120,8 @@ public:
/// `digest`, running #Finalise if needed. Once called, the
/// context cannot be updated until the context is reset.
///
/// \param digest A byte buffer that must be at least #HMAC.size()
/// in length.
/// \param digest A byte buffer that must be at least
/// #Size() in length.
/// \return An ::EMSHAResult describing the result of this
/// method:
///