Skip to content

Commit

Permalink
[CI] update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacl Bot committed Feb 17, 2025
1 parent 05c3d8f commit 0e356c3
Show file tree
Hide file tree
Showing 383 changed files with 18,125 additions and 4,579 deletions.
2 changes: 0 additions & 2 deletions include/EverCrypt_AEAD.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ extern "C" {

#include "Hacl_Spec.h"
#include "EverCrypt_Error.h"
#include "EverCrypt_Chacha20Poly1305.h"
#include "EverCrypt_AutoConfig2.h"

typedef struct EverCrypt_AEAD_state_s_s EverCrypt_AEAD_state_s;

Expand Down
5 changes: 0 additions & 5 deletions include/EverCrypt_Chacha20Poly1305.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_AEAD_Chacha20Poly1305_Simd256.h"
#include "Hacl_AEAD_Chacha20Poly1305_Simd128.h"
#include "Hacl_AEAD_Chacha20Poly1305.h"
#include "EverCrypt_AutoConfig2.h"

void
EverCrypt_Chacha20Poly1305_aead_encrypt(
uint8_t *k,
Expand Down
4 changes: 0 additions & 4 deletions include/EverCrypt_Curve25519.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Curve25519_64.h"
#include "Hacl_Curve25519_51.h"
#include "EverCrypt_AutoConfig2.h"

/**
Calculate a public point from a secret/private key.
Expand Down
2 changes: 0 additions & 2 deletions include/EverCrypt_DRBG.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Lib_RandomBuffer_System.h"
#include "Hacl_Streaming_Types.h"
#include "Hacl_HMAC_DRBG.h"

typedef Spec_Hash_Definitions_hash_alg EverCrypt_DRBG_supported_alg;

Expand Down
2 changes: 0 additions & 2 deletions include/EverCrypt_Ed25519.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Ed25519.h"

void EverCrypt_Ed25519_secret_to_public(uint8_t *public_key, uint8_t *private_key);

void EverCrypt_Ed25519_expand_keys(uint8_t *expanded_keys, uint8_t *private_key);
Expand Down
6 changes: 0 additions & 6 deletions include/EverCrypt_HMAC.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,11 @@ extern "C" {
#include "krml/internal/target.h"

#include "Hacl_Streaming_Types.h"
#include "Hacl_Krmllib.h"
#include "Hacl_Hash_SHA2.h"
#include "Hacl_Hash_Blake2s.h"
#include "Hacl_Hash_Blake2b.h"

bool EverCrypt_HMAC_is_supported_alg(Spec_Hash_Definitions_hash_alg uu___);

typedef Spec_Hash_Definitions_hash_alg EverCrypt_HMAC_supported_alg;

extern void (*EverCrypt_HMAC_hash_256)(uint8_t *x0, uint8_t *x1, uint32_t x2);

void
EverCrypt_HMAC_compute(
Spec_Hash_Definitions_hash_alg a,
Expand Down
8 changes: 0 additions & 8 deletions include/EverCrypt_Hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@ extern "C" {
#include "krml/internal/target.h"

#include "Hacl_Streaming_Types.h"
#include "Hacl_Krmllib.h"
#include "Hacl_Hash_SHA3.h"
#include "Hacl_Hash_SHA2.h"
#include "Hacl_Hash_Blake2s_Simd128.h"
#include "Hacl_Hash_Blake2s.h"
#include "Hacl_Hash_Blake2b_Simd256.h"
#include "Hacl_Hash_Blake2b.h"
#include "EverCrypt_Error.h"
#include "EverCrypt_AutoConfig2.h"

typedef struct EverCrypt_Hash_state_s_s EverCrypt_Hash_state_s;

Expand Down
5 changes: 0 additions & 5 deletions include/EverCrypt_Poly1305.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_MAC_Poly1305_Simd256.h"
#include "Hacl_MAC_Poly1305_Simd128.h"
#include "Hacl_MAC_Poly1305.h"
#include "EverCrypt_AutoConfig2.h"

void EverCrypt_Poly1305_mac(uint8_t *output, uint8_t *input, uint32_t input_len, uint8_t *key);

#if defined(__cplusplus)
Expand Down
2 changes: 0 additions & 2 deletions include/Hacl_AEAD_Chacha20Poly1305.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Chacha20.h"

/**
Encrypt a message `input` with key `key`.
Expand Down
2 changes: 0 additions & 2 deletions include/Hacl_AEAD_Chacha20Poly1305_Simd128.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Chacha20_Vec128.h"

/**
Encrypt a message `input` with key `key`.
Expand Down
2 changes: 0 additions & 2 deletions include/Hacl_AEAD_Chacha20Poly1305_Simd256.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Chacha20_Vec256.h"

/**
Encrypt a message `input` with key `key`.
Expand Down
1 change: 0 additions & 1 deletion include/Hacl_Bignum.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Krmllib.h"
#include "lib_intrinsics.h"

typedef struct Hacl_Bignum_MontArithmetic_bn_mont_ctx_u32_s
Expand Down
1 change: 0 additions & 1 deletion include/Hacl_Bignum256.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ extern "C" {
#include "krml/lowstar_endianness.h"
#include "krml/internal/target.h"

#include "Hacl_Krmllib.h"
#include "Hacl_Bignum.h"

/*******************************************************************************
Expand Down
Loading

0 comments on commit 0e356c3

Please sign in to comment.