Initial commit
This commit is contained in:
commit
9aca6c3042
40 changed files with 2557 additions and 0 deletions
40
main.typ
Normal file
40
main.typ
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#import "@preview/cetz:0.2.2"
|
||||
#import "@preview/fletcher:0.5.1"
|
||||
#import "@preview/gentle-clues:0.9.0"
|
||||
#import "@preview/glossarium:0.4.1": make-glossary
|
||||
#import "@preview/lovelace:0.3.0"
|
||||
#import "@preview/tablex:0.0.8"
|
||||
#import "@preview/unify:0.6.0"
|
||||
#import "@preview/quill:0.3.0"
|
||||
|
||||
#import "template/conf.typ": conf
|
||||
|
||||
#show: make-glossary
|
||||
|
||||
#set document(title: "Towards Efficient Helper Data Algorithms for Multi-Bit PUF Quantization", author: "Marius Drechsler")
|
||||
|
||||
#show: doc => conf(
|
||||
title: "Towards Efficient Helper Data Algorithms for Multi-Bit PUF Quantization",
|
||||
author: "Marius Drechsler",
|
||||
chair: "Chair for Security in Information Technology",
|
||||
school: "School of Computation, Information and Technology",
|
||||
degree: "Bachelor of Science (B.Sc.)",
|
||||
examiner: "Prof. Dr. Georg Sigl",
|
||||
supervisor: "M.Sc. Jonas Ruchti",
|
||||
submitted: "22.07.2024",
|
||||
doc
|
||||
)
|
||||
|
||||
#include "content/introduction.typ"
|
||||
#include "content/SMHD.typ"
|
||||
#include "content/state.typ"
|
||||
#include "content/implementation.typ"
|
||||
#include "content/benchmarks.typ"
|
||||
#include "content/conclusion.typ"
|
||||
#include "content/outlook.typ"
|
||||
|
||||
#include "glossary.typ"
|
||||
|
||||
#counter(heading).update(0)
|
||||
#bibliography("bibliography.bib", style: "mla")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue