From e1d2809a4be25a710bf2b1d336221301477a2b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Wed, 2 Aug 2023 22:13:13 +0100 Subject: Update authors and headers information. --- freestyle_hid/_freestyle_encryption.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'freestyle_hid') diff --git a/freestyle_hid/_freestyle_encryption.py b/freestyle_hid/_freestyle_encryption.py index eb04303..0461cb8 100644 --- a/freestyle_hid/_freestyle_encryption.py +++ b/freestyle_hid/_freestyle_encryption.py @@ -1,5 +1,9 @@ -class SpeckEncrypt(): +# SPDX-FileCopyrightText: 2023 The freestyle-hid Authors +# +# SPDX-License-Identifier: Apache-2.0 + +class SpeckEncrypt: def __init__(self, key): # Perform key expansion and store the round keys self.key = key & ((2 ** 128) - 1) -- cgit v1.2.3