diff --git a/include/crypto/rijndael.h b/include/crypto/rijndael.h index c90bffab78..6d40e29f01 100644 --- a/include/crypto/rijndael.h +++ b/include/crypto/rijndael.h @@ -1,16 +1,11 @@ /**************************************************************************** * include/crypto/rijndael.h - * $OpenBSD: rijndael.h,v 1.13 2008/06/09 07:49:45 djm Exp $ * - * rijndael-alg-fst.h + * SPDX-License-Identifier: NuttX-PublicDomain * - * @version 3.0 (December 2000) - * - * Optimised ANSI C code for the Rijndael cipher (now AES) - * - * @author Vincent Rijmen - * @author Antoon Bosselaers - * @author Paulo Barreto + * SPDX-FileContributor: Vincent Rijmen + * SPDX-FileContributor: Antoon Bosselaers + * SPDX-FileContributor: Paulo Barreto * * This code is hereby placed in the public domain. *