Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
63b8d16a
authored
5 years ago
by
Sebastian Renner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Embed GCM algorithm in NIST file structure
parent
6eb71c50
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
1 additions
and
0 deletions
+1
-0
get_submissions.sh
+1
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/LWC_AEAD_KAT_128_96.txt
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/Makefile
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/aes.c
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/aes.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/api.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/cipher.c
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/cipher.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/cipher_internal.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/cipher_wrap.c
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/config.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/crypto_aead.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/gcm.c
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/gcm.h
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/genkat_aead.c
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/platform_util.c
+0
-0
mbed_aes_gcm/Implementations/crypto_aead/aes128k96n/ref/platform_util.h
+0
-0
No files found.
get_submissions.sh
View file @
63b8d16a
...
...
@@ -4,4 +4,5 @@ mkdir all-lwc-submission-files || exit 1
cd
all-lwc-submission-files
wget https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/round-1/submissions/all-lwc-submission-files.zip
unzip all-lwc-submission-files.zip
cp
-r
../mbed_aes_gcm/
.
cd
..
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/LWC_AEAD_KAT_128_96.txt
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/
LWC_AEAD_KAT_128_96.txt
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/Makefile
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
Makefile
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/aes.c
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
aes.c
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/aes.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
aes.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/api.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
api.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/cipher.c
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
cipher.c
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/cipher.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
cipher.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/cipher_internal.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
cipher_internal.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/cipher_wrap.c
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
cipher_wrap.c
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/config.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
config.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/crypto_aead.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
crypto_aead.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/gcm.c
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
gcm.c
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/gcm.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
gcm.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/genkat_aead.c
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
genkat_aead.c
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/platform_util.c
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
platform_util.c
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
mbed_aes_gcm/platform_util.h
→
mbed_aes_gcm/
Implementations/crypto_aead/aes128k96n/ref/
platform_util.h
View file @
63b8d16a
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment