summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/Cipher
diff options
context:
space:
mode:
authorPeter Elliott <pelliott@ualberta.ca>2021-08-31 19:32:46 -0700
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-09-01 11:37:25 +0430
commit33d7fdca28abc40c9a8d3096759fab092e68bcf0 (patch)
treef23757aa6fd5a6f764ff7941094a68305304524a /Userland/Libraries/LibCrypto/Cipher
parent9206efaabe64b5f3a684a7b644263d6c9407878d (diff)
downloadserenity-33d7fdca28abc40c9a8d3096759fab092e68bcf0.zip
Everywhere: Use my cool new @serenityos.org email address
Diffstat (limited to 'Userland/Libraries/LibCrypto/Cipher')
-rw-r--r--Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h b/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h
index dc02a175e1..730f06e0bc 100644
--- a/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h
+++ b/Userland/Libraries/LibCrypto/Cipher/Mode/CTR.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, Peter Elliott <pelliott@ualberta.ca>
+ * Copyright (c) 2020, Peter Elliott <pelliott@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/