From eaad8633532c60fd1787bf61a232ce75d29a498c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 7 May 2002 15:03:22 +0200 Subject: [PATCH] New file, empty for now. Rev: src/nettle/x86/aes-encrypt.asm:1.1 --- x86/aes-encrypt.asm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x86/aes-encrypt.asm diff --git a/x86/aes-encrypt.asm b/x86/aes-encrypt.asm new file mode 100644 index 00000000..a28f44c8 --- /dev/null +++ b/x86/aes-encrypt.asm @@ -0,0 +1,20 @@ +C nettle, low-level cryptographics library +C +C Copyright (C) 2001, 2002 Rafael R. Sevilla, Niels Möller +C +C The nettle library is free software; you can redistribute it and/or modify +C it under the terms of the GNU Lesser General Public License as published by +C the Free Software Foundation; either version 2.1 of the License, or (at your +C option) any later version. +C +C The nettle library is distributed in the hope that it will be useful, but +C WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +C or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public +C License for more details. +C +C You should have received a copy of the GNU Lesser General Public License +C along with the nettle library; see the file COPYING.LIB. If not, write to +C the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +C MA 02111-1307, USA. + +C Dummy file, all code is currently in aes.asm -- GitLab