Skip to content

Commit

Permalink
mlkem: add copyright notices #148
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Oct 4, 2024
1 parent ac63f65 commit cbf9ea9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Primitive/Asymmetric/Cipher/ML_KEM/Instantiations/ML_KEM.cry
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

/**
* @copyright Galois Inc
* @author Marios Georgiou <marios@galois.com>
*/
module Primitive::Asymmetric::Cipher::ML_KEM::Instantiations::ML_KEM where
import Primitive::Asymmetric::Cipher::ML_KEM::Instantiations::ML_KEM512
3 changes: 3 additions & 0 deletions Primitive/Asymmetric/Cipher/ML_KEM/Tests/ML_KEM1024.cry
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
*
* These are sourced from the Post Quantum Cryptography KAT repo:
* @see https://github.com/post-quantum-cryptography/KAT/tree/main/MLKEM
*
* @copyright Galois Inc
* @author Marcella Hastings <marcella@galois.com>
*/

import Primitive::Asymmetric::Cipher::ML_KEM::Instantiations::ML_KEM1024 as ML_KEM
Expand Down
3 changes: 3 additions & 0 deletions Primitive/Asymmetric/Cipher/ML_KEM/Tests/ML_KEM512.cry
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
*
* These are sourced from the Post Quantum Cryptography KAT repo:
* @see https://github.com/post-quantum-cryptography/KAT/tree/main/MLKEM
*
* @copyright Galois Inc
* @author Marcella Hastings <marcella@galois.com>
*/

import Primitive::Asymmetric::Cipher::ML_KEM::Instantiations::ML_KEM512 as ML_KEM
Expand Down
3 changes: 3 additions & 0 deletions Primitive/Asymmetric/Cipher/ML_KEM/Tests/ML_KEM768.cry
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
*
* These are sourced from the Post Quantum Cryptography KAT repo:
* @see https://github.com/post-quantum-cryptography/KAT/tree/main/MLKEM
*
* @copyright Galois Inc
* @author Marcella Hastings <marcella@galois.com>
*/

import Primitive::Asymmetric::Cipher::ML_KEM::Instantiations::ML_KEM768 as ML_KEM
Expand Down
4 changes: 4 additions & 0 deletions Primitive/Asymmetric/Cipher/ML_KEM/Tests/kat.awk
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Create a batch file from ML-KEM known answer tests
# The input is the *.rsp file.
# Example input file: https://raw.githubusercontent.com/post-quantum-cryptography/KAT/main/MLKEM/kat_MLKEM_512.rsp
#
# @copyright Galois, Inc
# @author Marios Georgiou <marios@galois.com>
#

BEGIN { print ":load ml_kem.cry" }

Expand Down

0 comments on commit cbf9ea9

Please sign in to comment.