Skip to content
Snippets Groups Projects
Select Git revision
  • 3eb603d0d810b9298f5624aaa8a293c4b51e4b2a
  • master default
  • support_pre_UAL_arm_asm
  • skein
  • rsa-crt-hardening
  • chacha96
  • fat-library
  • versioned-symbols
  • curve25519
  • dsa-reorg
  • aead-api
  • set_key-changes
  • poly1305
  • aes-reorg
  • nettle-2.7-fixes
  • size_t-changes
  • ecc-support
  • experimental-20050201
  • lsh-1.4.2
  • nettle_3.3_release_20161001
  • nettle_3.2_release_20160128
  • nettle_3.1.1_release_20150424
  • nettle_3.1_release_20150407
  • nettle_3.1rc3
  • nettle_3.1rc2
  • nettle_3.1rc1
  • nettle_3.0_release_20140607
  • nettle_2.7.1_release_20130528
  • nettle_2.7_release_20130424
  • nettle_2.6_release_20130116
  • nettle_2.5_release_20120707
  • converted-master-branch-to-git
  • nettle_2.4_release_20110903
  • nettle_2.3_release_20110902
  • nettle_2.2_release_20110711
  • nettle_2.1_release_20100725
  • camellia_32bit_20100720
  • nettle_2.0_release_20090608
  • nettle_1.15_release_20061128
39 results

camellia-set-encrypt-key.c

Blame
  • Forked from Nettle / nettle
    Source project has a limited visibility.
    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