From 7719fd5a3ac3b2d9ea6ffd2d102c5bd6bf8f24fa Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 23 Mar 2026 21:00:53 +0100 Subject: [PATCH] Add source references --- chapter-hsms/pres-harris.tex | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/chapter-hsms/pres-harris.tex b/chapter-hsms/pres-harris.tex index 9087622..d9fa31c 100644 --- a/chapter-hsms/pres-harris.tex +++ b/chapter-hsms/pres-harris.tex @@ -11,6 +11,8 @@ \usepackage{colortbl} \usepackage{pdflscape} \usepackage[percent]{overpic} +\usepackage[backend=biber,style=numeric,sorting=none]{biblatex} +\addbibresource{../main.bib} \graphicspath{{figures}} @@ -54,13 +56,13 @@ \begin{frame}{The History of Tamper-Sensing Meshes} \begin{itemize} -\item \textbf{1870}: First patents using literal wire meshes to protect bank vaults -\item \textbf{1902}: Multi-layer, orthogonal meshes documented -\item \textbf{1971}: Printed circuit technology adopted +\item \textbf{1870}: First patents using literal wire meshes to protect bank vaults~\cite{ImprovementProtectingSafes1870,ImprovementElectromagneticEnvelopes1870} +\item \textbf{1902}: Multi-layer, orthogonal meshes documented~\cite{suttonElectricallyprotectedStructure1902} +\item \textbf{1971}: Printed circuit technology adopted~\cite{hamPrintedcircuitTypeSecurity1971} \item \textbf{1990s}: Widespread commercial adoption with cryptographic applications \end{itemize} -Other, hard to date examples: NSA use for protecting ciphering machines (earlier than 1973), US use in nuclear weapons +Other, hard to date examples: NSA use for protecting ciphering machines~\cite{boakHistoryUSCommunications1973}, US use in nuclear weapons~\cite{carterManagingNuclearOperations1987} \end{frame} \begin{frame}{Commercial Applications Today} @@ -485,4 +487,8 @@ H32 & PED & SumUp & SumUp Air & 2022 \\ \tiny PED: Pin Entry Device; EPP: Encrypting Pin Pad; HSM: Hardware Security Module \end{frame} +\begin{frame}[allowframebreaks]{References} +\printbibliography[heading=none] +\end{frame} + \end{document}