aboutsummaryrefslogtreecommitdiff
path: root/client-native-lib/src/crypto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-lib/src/crypto.rs')
-rw-r--r--client-native-lib/src/crypto.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/client-native-lib/src/crypto.rs b/client-native-lib/src/crypto.rs
index 9bd8908..370a59d 100644
--- a/client-native-lib/src/crypto.rs
+++ b/client-native-lib/src/crypto.rs
@@ -1,3 +1,8 @@
+/*
+ This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2022 metamuffin <metamuffin@disroot.org>
+*/
use aes_gcm::{
aead::{generic_array::sequence::GenericSequence, Aead},
Aes256Gcm, KeyInit, Nonce,