Skip to content
Snippets Groups Projects
Select Git revision
  • nettle_3.1rc1
  • master default
  • wip-slh-dsa-sha2-128s
  • master-updates
  • release-3.10-fixes
  • getopt-prototype
  • fix-bcrypt-warning
  • refactor-hmac
  • wip-use-alignas
  • trim-sha3-context
  • fix-gitlab-ci
  • check-fat-emulate
  • delete-digest_func-size
  • slh-dsa-shake-128f-nettle
  • slh-dsa-shake-128s-nettle
  • slh-dsa-shake-128s
  • delete-openpgp
  • ppc64-sha512
  • delete-md5-compat
  • cleanup-hmac-tests
  • ppc64-sha256
  • nettle_3.10.2_release_20250626
  • nettle_3.10.1_release_20241230
  • nettle_3.10_release_20240616
  • nettle_3.10rc2
  • nettle_3.10rc1
  • nettle_3.9.1_release_20230601
  • nettle_3.9_release_20230514
  • nettle_3.8.1_release_20220727
  • nettle_3.8_release_20220602
  • nettle_3.7.3_release_20210606
  • nettle_3.7.2_release_20210321
  • nettle_3.7.1_release_20210217
  • nettle_3.7_release_20210104
  • nettle_3.7rc1
  • nettle_3.6_release_20200429
  • nettle_3.6rc3
  • nettle_3.6rc2
  • nettle_3.6rc1
  • nettle_3.5.1_release_20190627
  • nettle_3.5_release_20190626
41 results

sha3-256-meta.c

Blame
  • texinfo.tex 288.05 KiB
    % texinfo.tex -- TeX macros to handle Texinfo files.
    %
    % Load plain if necessary, i.e., if running under initex.
    \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
    %
    \def\texinfoversion{2009-03-22.17}
    %
    % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
    % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
    % 2007, 2008, 2009 Free Software Foundation, Inc.
    %
    % This texinfo.tex file 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 3 of the
    % License, or (at your option) any later version.
    %
    % This texinfo.tex file 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, see <http://www.gnu.org/licenses/>.
    %
    % As a special exception, when this file is read by TeX when processing
    % a Texinfo source document, you may use the result without
    % restriction.  (This has been our intent since Texinfo was invented.)
    %
    % Please try the latest version of texinfo.tex before submitting bug
    % reports; you can get the latest version from:
    %   http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
    %   ftp://tug.org/tex/texinfo.tex
    %     (and all CTAN mirrors, see http://www.ctan.org).
    % The texinfo.tex in any given distribution could well be out
    % of date, so if that's what you're using, please check.
    %
    % Send bug reports to bug-texinfo@gnu.org.  Please include including a
    % complete document in each bug report with which we can reproduce the
    % problem.  Patches are, of course, greatly appreciated.
    %
    % To process a Texinfo manual with TeX, it's most reliable to use the
    % texi2dvi shell script that comes with the distribution.  For a simple
    % manual foo.texi, however, you can get away with this:
    %   tex foo.texi
    %   texindex foo.??
    %   tex foo.texi
    %   tex foo.texi
    %   dvips foo.dvi -o  # or whatever; this makes foo.ps.
    % The extra TeX runs get the cross-reference information correct.
    % Sometimes one run after texindex suffices, and sometimes you need more
    % than two; texi2dvi does it as many times as necessary.
    %
    % It is possible to adapt texinfo.tex for other languages, to some
    % extent.  You can get the existing language-specific files from the
    % full Texinfo distribution.
    %
    % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
    
    
    \message{Loading texinfo [version \texinfoversion]:}
    
    % If in a .fmt file, print the version number
    % and turn on active characters that we couldn't do earlier because
    % they might have appeared in the input file name.
    \everyjob{\message{[Texinfo version \texinfoversion]}%
      \catcode`+=\active \catcode`\_=\active}
    
    
    \chardef\other=12