Skip to content

Commit

Permalink
Add SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Duc Tri Nguyen <[email protected]>
  • Loading branch information
cothan committed Apr 14, 2024
1 parent d894c82 commit 76ea755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions checksum.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0

# This script executes a binary file, captures its output, then generates and compares its SHA-256 hash with a provided one.
output=$(./$1)
Expand Down
2 changes: 1 addition & 1 deletion test/gen_KAT.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// SPDX-License-Identifier: Apache-2.0
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "fips202.h"
#include "kem.h"
#include "params.h"
#include "randombytes.h"

#define NTESTS 10000

Expand Down

0 comments on commit 76ea755

Please sign in to comment.