From 8d04e55e3cd28310504279842655580c49496947 Mon Sep 17 00:00:00 2001 From: Nikita Kalinichenko Date: Tue, 17 Oct 2023 23:35:13 +0300 Subject: [PATCH] Update cryptoki/src/mechanism/ekdf.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Accepting the suggested change in copyright notice; Co-authored-by: IonuČ› Mihalcea --- cryptoki/src/mechanism/ekdf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptoki/src/mechanism/ekdf.rs b/cryptoki/src/mechanism/ekdf.rs index b8a41e5..e8a3e05 100644 --- a/cryptoki/src/mechanism/ekdf.rs +++ b/cryptoki/src/mechanism/ekdf.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Contributors to the Parsec project. +// Copyright 2023 Contributors to the Parsec project. // SPDX-License-Identifier: Apache-2.0 //! Mechanisms of key derivation by data encryption //! See: