diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2021-08-31 19:32:46 -0700 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-09-01 11:37:25 +0430 |
commit | 33d7fdca28abc40c9a8d3096759fab092e68bcf0 (patch) | |
tree | f23757aa6fd5a6f764ff7941094a68305304524a /Userland/Libraries/LibCrypto/Cipher | |
parent | 9206efaabe64b5f3a684a7b644263d6c9407878d (diff) | |
download | serenity-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.h | 2 |
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 */ |