-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../iacrcc.cls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
%%%% 1. DOCUMENTCLASS %%%% | ||
\documentclass{iacrcc} | ||
%%%% NOTES: | ||
\newcommand\niceguy{Fester Bestertester} | ||
\license{CC-by} | ||
|
||
% NOTE: There are two affiliations, referred to by 1,2 | ||
\addauthor[orcid={0000-0003-1010-8157}, | ||
inst={1}, | ||
footnote={Work done while working for XYZ.}]{Alice Accomplished} | ||
\addaffiliation[ror=02t274463,country={United States}]{University of California, Santa Barbara} | ||
|
||
\title[running={Thoughts on binary functions}, | ||
subtitle={A story about \niceguy is here}, | ||
plaintext={Thoughts about "binary" functions and \$\ on $GF(p)$ by Fester Bestertester at 30°C}]{% | ||
Thoughts about "binary" functions and \$\ on $GF(p)$ by \niceguy\ at 30°C} | ||
\begin{document} | ||
|
||
\maketitle | ||
|
||
%%%% 5. ABSTRACT %%%% | ||
\begin{abstract} | ||
In this paper we prove that the One-Time-Pad has perfect security, unless you use | ||
double encryption with {$\mathsf{SingleKey}$}. | ||
|
||
\end{abstract} | ||
\begin{textabstract} | ||
In this paper we prove that the One-Time-Pad has perfect security, unless you use | ||
double encryption with a single key. | ||
\end{textabstract} | ||
\section{Just a section} | ||
With not much in it. | ||
|
||
\end{document} |