Skip to content

Commit

Permalink
scripts/rsp_to_gcm_test.py: add license and copyright
Browse files Browse the repository at this point in the history
When scripts/rsp_to_gcm_test.py was originally added license and
copyright wasn't explicitly included. Fix that by adding a license and
backdated copyright.

Fixes: f6efe24 ("regression: 4005: add NIST aes-gcm vectors")
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
jenswi-linaro authored and jforissier committed Oct 26, 2023
1 parent 1c3d6be commit eb88481
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/rsp_to_gcm_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2017, Linaro Limited
#

modes = {'encrypt': 0, 'decrypt': 1}

Expand Down

0 comments on commit eb88481

Please sign in to comment.