Merge pull request #43536 from jonbonazza/hmac

feat: HMAC support in Crypto APIs
This commit is contained in:
Fabio Alessandrelli 2020-12-03 11:08:16 +01:00 committed by GitHub
commit 502ff74fee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 480 additions and 4 deletions

View file

@ -39,6 +39,7 @@
#include "test_color.h"
#include "test_command_queue.h"
#include "test_config_file.h"
#include "test_crypto.h"
#include "test_curve.h"
#include "test_expression.h"
#include "test_gradient.h"