Skip to content

Commit a61318a

Browse files
author
Hacl Bot
committed
[CI] update code
1 parent 05c3d8f commit a61318a

File tree

386 files changed

+18131
-4585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+18131
-4585
lines changed

include/EverCrypt_AEAD.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ extern "C" {
3737

3838
#include "Hacl_Spec.h"
3939
#include "EverCrypt_Error.h"
40-
#include "EverCrypt_Chacha20Poly1305.h"
41-
#include "EverCrypt_AutoConfig2.h"
4240

4341
typedef struct EverCrypt_AEAD_state_s_s EverCrypt_AEAD_state_s;
4442

include/EverCrypt_Chacha20Poly1305.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Hacl_AEAD_Chacha20Poly1305_Simd256.h"
39-
#include "Hacl_AEAD_Chacha20Poly1305_Simd128.h"
40-
#include "Hacl_AEAD_Chacha20Poly1305.h"
41-
#include "EverCrypt_AutoConfig2.h"
42-
4338
void
4439
EverCrypt_Chacha20Poly1305_aead_encrypt(
4540
uint8_t *k,

include/EverCrypt_Curve25519.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Hacl_Curve25519_64.h"
39-
#include "Hacl_Curve25519_51.h"
40-
#include "EverCrypt_AutoConfig2.h"
41-
4238
/**
4339
Calculate a public point from a secret/private key.
4440

include/EverCrypt_DRBG.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Lib_RandomBuffer_System.h"
3938
#include "Hacl_Streaming_Types.h"
40-
#include "Hacl_HMAC_DRBG.h"
4139

4240
typedef Spec_Hash_Definitions_hash_alg EverCrypt_DRBG_supported_alg;
4341

include/EverCrypt_Ed25519.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Hacl_Ed25519.h"
39-
4038
void EverCrypt_Ed25519_secret_to_public(uint8_t *public_key, uint8_t *private_key);
4139

4240
void EverCrypt_Ed25519_expand_keys(uint8_t *expanded_keys, uint8_t *private_key);

include/EverCrypt_HMAC.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,11 @@ extern "C" {
3636
#include "krml/internal/target.h"
3737

3838
#include "Hacl_Streaming_Types.h"
39-
#include "Hacl_Krmllib.h"
40-
#include "Hacl_Hash_SHA2.h"
41-
#include "Hacl_Hash_Blake2s.h"
42-
#include "Hacl_Hash_Blake2b.h"
4339

4440
bool EverCrypt_HMAC_is_supported_alg(Spec_Hash_Definitions_hash_alg uu___);
4541

4642
typedef Spec_Hash_Definitions_hash_alg EverCrypt_HMAC_supported_alg;
4743

48-
extern void (*EverCrypt_HMAC_hash_256)(uint8_t *x0, uint8_t *x1, uint32_t x2);
49-
5044
void
5145
EverCrypt_HMAC_compute(
5246
Spec_Hash_Definitions_hash_alg a,

include/EverCrypt_Hash.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,7 @@ extern "C" {
3636
#include "krml/internal/target.h"
3737

3838
#include "Hacl_Streaming_Types.h"
39-
#include "Hacl_Krmllib.h"
40-
#include "Hacl_Hash_SHA3.h"
41-
#include "Hacl_Hash_SHA2.h"
42-
#include "Hacl_Hash_Blake2s_Simd128.h"
43-
#include "Hacl_Hash_Blake2s.h"
44-
#include "Hacl_Hash_Blake2b_Simd256.h"
45-
#include "Hacl_Hash_Blake2b.h"
4639
#include "EverCrypt_Error.h"
47-
#include "EverCrypt_AutoConfig2.h"
4840

4941
typedef struct EverCrypt_Hash_state_s_s EverCrypt_Hash_state_s;
5042

include/EverCrypt_Poly1305.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Hacl_MAC_Poly1305_Simd256.h"
39-
#include "Hacl_MAC_Poly1305_Simd128.h"
40-
#include "Hacl_MAC_Poly1305.h"
41-
#include "EverCrypt_AutoConfig2.h"
42-
4338
void EverCrypt_Poly1305_mac(uint8_t *output, uint8_t *input, uint32_t input_len, uint8_t *key);
4439

4540
#if defined(__cplusplus)

include/Hacl_AEAD_Chacha20Poly1305.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Hacl_Chacha20.h"
39-
4038
/**
4139
Encrypt a message `input` with key `key`.
4240

include/Hacl_AEAD_Chacha20Poly1305_Simd128.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ extern "C" {
3535
#include "krml/lowstar_endianness.h"
3636
#include "krml/internal/target.h"
3737

38-
#include "Hacl_Chacha20_Vec128.h"
39-
4038
/**
4139
Encrypt a message `input` with key `key`.
4240

0 commit comments

Comments
 (0)