UPD crypto: HCTR2

This commit is contained in:
2025-03-26 22:23:56 +01:00
parent 619e25d2bf
commit 96a6c0053c
4 changed files with 167 additions and 8 deletions

View File

@@ -9,13 +9,13 @@
% pacman -S hyphen hyphen-de
% pacman -S texlive-mathscience
\includeonly{
%\includeonly{
%linux_configuration_13_memory_management_options,
%linux_configuration_15_device_drivers,
%linux_configuration_16_file_systems,
%linux_configuration_17_security_options,
linux_configuration_18_cryptographic_API
}
% linux_configuration_18_cryptographic_API
%}
\documentclass[10pt,a4paper]{article}
%\documentclass[12pt,a4paper]{report}
@@ -62,6 +62,21 @@
%}%
%}%
% Ein Font, der auch $\varDelta$ usw. unterstützt:
%\usepackage{kpfonts}
%\usepackage{mathptmx}
%Palatino: The mathpazo package provides Palatino with small caps.
%\usepackage{mathpazo}
%Charter: You can use the charter package for the Charter font, which also includes small caps.
%\usepackage{charter}
%Libertine: The libertine package provides the Libertine font with small caps.
%\usepackage{libertine}
%Baskerville: The baskerville package allows you to use the Baskerville font with small caps.
%\usepackage{baskervillef}
%Garamond: The garamond package provides the Garamond font with small caps.
%\usepackage{CormorantGaramond}
\newcommand{\english}[1]{\\[0.3em]\begin{small}\textit{\selectlanguage{english}#1}\end{small}}
\newcommand{\note}[1]{\\[0.3em]\begin{scriptsize}#1\end{scriptsize}}