Skip to content

Commit

Permalink
aes: fix copyright notices #77
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Jul 15, 2024
1 parent 03df7c8 commit 3cd6557
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Primitive/Symmetric/Cipher/Block/AES/Round.cry
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Sub-functions that compose a single round of AES.
//
// @copyright Galois Inc.
// @author Nichole Shimanski <[email protected]>
// @editor Brian Huffman
// @author Marcella Hastings <[email protected]>
// www.cryptol.net
module Primitive::Symmetric::Cipher::Block::AES::Round where

import Common::GF28 as GF28
Expand Down
7 changes: 7 additions & 0 deletions Primitive/Symmetric/Cipher/Block/AES/SBox.cry
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// The substitution table (S-box) for AES.
//
// @copyright Galois Inc.
// @author Nichole Shimanski <[email protected]>
// @editor Brian Huffman
// @author Marcella Hastings <[email protected]>
// www.cryptol.net
module Primitive::Symmetric::Cipher::Block::AES::SBox where

import Common::GF28 as GF28
Expand Down
6 changes: 6 additions & 0 deletions Primitive/Symmetric/Cipher/Block/AES/State.cry
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Some useful shared internal types used in AES.
//
// @copyright Galois Inc.
// @author Nichole Shimanski <[email protected]>
// @author Marcella Hastings <[email protected]>
// www.cryptol.net
module Primitive::Symmetric::Cipher::Block::AES::State where

import Common::GF28
Expand Down

0 comments on commit 3cd6557

Please sign in to comment.