HMAC algo added

This commit is contained in:
Arun M 2017-11-03 09:57:12 +05:30
parent 3e867d77f1
commit 87e27ec31d
4 changed files with 252 additions and 0 deletions

View file

@ -149,6 +149,9 @@ struct write_interface
};
/*!
* Provides the functionality for doing
* base64 encoding and decoding from the
* json string.
*/
template <typename Derived>
struct base64_enc_dec