Skip to content

Commit

Permalink
Introduce public API header mlkem_native.h
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Jan 6, 2025
1 parent f3c5f30 commit dfca562
Show file tree
Hide file tree
Showing 16 changed files with 563 additions and 221 deletions.
2 changes: 1 addition & 1 deletion examples/bring_your_own_fips202/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <stdio.h>
#include <string.h>

#include <kem.h>
#include <mlkem_native.h>

const uint8_t expected_key[] = {0xe9, 0x13, 0x77, 0x84, 0x0e, 0x6b, 0x66, 0x94,
0xea, 0xa9, 0xf0, 0x1c, 0x97, 0xff, 0x68, 0x87,
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_backend/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <stdio.h>
#include <string.h>

#include <kem.h>
#include <mlkem_native.h>

const uint8_t expected_key[] = {0xe9, 0x13, 0x77, 0x84, 0x0e, 0x6b, 0x66, 0x94,
0xea, 0xa9, 0xf0, 0x1c, 0x97, 0xff, 0x68, 0x87,
Expand Down
2 changes: 1 addition & 1 deletion examples/mlkem_native_as_code_package/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <stdio.h>
#include <string.h>

#include <kem.h>
#include <mlkem_native.h>

int main(void)
{
Expand Down
Loading

0 comments on commit dfca562

Please sign in to comment.