Makefile: Include some custom LaTeX setup.
[mdwtools] / crypto.dtx
index e85502f..c61f21c 100644 (file)
@@ -1,48 +1,30 @@
-% \begin{meta-comment}
-%
-% $Id: crypto.dtx,v 1.2 2003/09/05 16:13:14 mdw Exp $
-%
-% Typesetting crypto papers
-%
-% (c) 2001 Mark Wooding
-%
-%----- Revision history -----------------------------------------------------
-%
-% $Log: crypto.dtx,v $
-% Revision 1.2  2003/09/05 16:13:14  mdw
-% Various minor fettlings.  Fix paragraph formatting after programs.  More
-% Things.
-%
-% Revision 1.1  2002/02/03 20:49:03  mdw
-% Checkin for new build system.
-%
-%
-% \end{meta-comment}
-%
 % \begin{meta-comment} <general public licence>
 %%
 %% crypto package -- useful macros for typesetting crypto papers
-%% Copyright (c) 2001 Mark Wooding
+%% Copyright (c) 2001--2003, 2006 Mark Wooding
+%%
+%% This file is part of the `mdwtools' LaTeX package collection.
+%%
+%% `mdwtools' is free software: you can redistribute it and/or modify it
+%% under the terms of the GNU General Public License as published by the
+%% Free Software Foundation; either version 2 of the License, or (at your
+%% option) any later version.
+%%
+%% `mdwtools' is distributed in the hope that it will be useful, but
+%% WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%% General Public License for more details.
 %%
-%% This program is free software; you can redistribute it and/or modify
-%% it under the terms of the GNU General Public License as published by
-%% the Free Software Foundation; either version 2 of the License, or
-%% (at your option) any later version.
-%% 
-%% This program is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-%% GNU General Public License for more details.
-%% 
 %% You should have received a copy of the GNU General Public License
-%% along with this program; if not, write to the Free Software Foundation,
+%% along with `mdwtools'.  If not, write to the Free Software Foundation,
 %% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+%%
 % \end{meta-comment}
 %
 % \begin{meta-comment} <Package preambles>
 %<+package>\NeedsTeXFormat{LaTeX2e}
 %<+package>\ProvidesPackage{crypto}
-%<+package>                [2001/09/16 1.0 Crypto typesetting]
+%<+package>                [2020/09/06 1.14.0 Crypto typesetting]
 % \end{meta-comment}
 %
 % \CheckSum{258}
 % \DescribeMacro\Game
 % \begin{synshorts}
 % Some standard `things' are provided: "\\Succ{"<notion>"}{"<scheme>"}",
-% "\\Adv{"<notion>"}{"<scheme>"}", "\\InSec{"<notion>"}", 
+% "\\Adv{"<notion>"}{"<scheme>"}", "\\InSec{"<notion>"}",
 % "\\Expt{"<notion>"}{"<scheme>"}", and "\\Game{"<notion>"}{"<scheme>"}".
 % \end{synshorts}
 %
 % \syntax{"\\Perm{"<L>"}"} typeset $\Func{l}{L}$ and $\Perm{L}$ respectively,
 % and are intended to denote the sets of all functions $F\colon \{0, 1\}^l
 % \to \{0, 1\}^L$ and all permutations $\Pi\colon \{0, 1\}^L \to \{0, 1\}^L$
-% respectively. 
+% respectively.
 %
 % \DescribeMacro\PKCS
 % Finally, the |\PKCS| macro typesets `\PKCS{$n$}', allowing you to name RSA
 % Security Inc.'s Public Key Cryptography Standards in a relatively nice way.
-% 
+%
 % \implementation
 %
 %