Skip to content

Commit

Permalink
C extraction update
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Oct 17, 2024
1 parent 905a91e commit 2f3ad2c
Show file tree
Hide file tree
Showing 42 changed files with 554 additions and 256 deletions.
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/code_gen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ This code was generated with the following revisions:
Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/internal/libcrux_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __internal_libcrux_core_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/internal/libcrux_mlkem_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __internal_libcrux_mlkem_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/internal/libcrux_mlkem_portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __internal_libcrux_mlkem_portable_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/internal/libcrux_sha3_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __internal_libcrux_sha3_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/internal/libcrux_sha3_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __internal_libcrux_sha3_internal_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "internal/libcrux_core.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_core_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem1024.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem1024_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem1024_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_mlkem1024_avx2.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem1024_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem1024_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem1024_portable.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_mlkem1024_portable.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem1024_portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem1024_portable_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem512.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem512_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem512_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_mlkem512_avx2.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem512_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem512_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem512_portable.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_mlkem512_portable.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem512_portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem512_portable_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem768.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem768_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem768_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_mlkem768_avx2.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem768_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem768_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem768_portable.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_mlkem768_portable.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem768_portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem768_portable_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "internal/libcrux_mlkem_avx2.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem_portable.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "internal/libcrux_mlkem_portable.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_mlkem_portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_mlkem_portable_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_sha3.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_sha3_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_sha3_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "internal/libcrux_sha3_avx2.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_sha3_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_sha3_avx2_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_sha3_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_sha3_internal_H
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_sha3_neon.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#include "libcrux_sha3_neon.h"
Expand Down
4 changes: 2 additions & 2 deletions libcrux-ml-kem/c/libcrux_sha3_neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 58c915a86a2c07c8eca8d9deafd76cb7a91f0eb7
* Libcrux: de5cf36eb9ea4853d387d80f6b4385ce5275511b
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_sha3_neon_H
Expand Down
8 changes: 4 additions & 4 deletions libcrux-ml-kem/cg/code_gen.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This code was generated with the following revisions:
Charon: 45f5a34f336e35c6cc2253bc90cbdb8d812cefa9
Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
Karamel: 8c3612018c25889288da6857771be3ad03b75bcd
F*: 5643e656b989aca7629723653a2570c7df6252b9-dirty
Libcrux: 897008ee57eed9e4574222a5e96d306ce203ecee
Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
8 changes: 4 additions & 4 deletions libcrux-ml-kem/cg/libcrux_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* SPDX-License-Identifier: MIT or Apache-2.0
*
* This code was generated with the following revisions:
* Charon: 45f5a34f336e35c6cc2253bc90cbdb8d812cefa9
* Charon: 3a133fe0eee9bd3928d5bb16c24ddd2dd0f3ee7f
* Eurydice: 1fff1c51ae6e6c87eafd28ec9d5594f54bc91c0c
* Karamel: 8c3612018c25889288da6857771be3ad03b75bcd
* F*: 5643e656b989aca7629723653a2570c7df6252b9-dirty
* Libcrux: 897008ee57eed9e4574222a5e96d306ce203ecee
* Karamel: c31a22c1e07d2118c07ee5cebb640d863e31a198
* F*: 2c32d6e230851bbceadac7a21fc418fa2bb7e4bc
* Libcrux: 905a91e1fa80823be8a3ae493778a59dbc0aa911
*/

#ifndef __libcrux_core_H
Expand Down
Loading

0 comments on commit 2f3ad2c

Please sign in to comment.