mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
HMAC algo added
This commit is contained in:
parent
3e867d77f1
commit
87e27ec31d
4 changed files with 252 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue