Skip to content

Commit

Permalink
Add internal/Hacl_Spec.h to MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
mamonet authored Jul 18, 2023
1 parent 5d40ece commit bcf5962
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/msvc/internal/Hacl_Spec.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ extern "C" {
#define Spec_Cipher_Expansion_Hacl_CHACHA20 0
#define Spec_Cipher_Expansion_Vale_AES128 1
#define Spec_Cipher_Expansion_Vale_AES256 2
#define Spec_Cipher_Expansion_AESNI_PCLMUL_AES128 3
#define Spec_Cipher_Expansion_AESNI_PCLMUL_AES256 4
#define Spec_Cipher_Expansion_M32_AES128 5
#define Spec_Cipher_Expansion_M32_AES256 6

typedef uint8_t Spec_Cipher_Expansion_impl;

Expand Down

0 comments on commit bcf5962

Please sign in to comment.