From 0afb4d093a772bf24d3468ab233925363e38a607 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Fri, 1 Dec 2023 18:13:07 +0000 Subject: [PATCH] Fix quotations --- secondcw/cw/cw.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secondcw/cw/cw.tex b/secondcw/cw/cw.tex index c03c95e..723320e 100644 --- a/secondcw/cw/cw.tex +++ b/secondcw/cw/cw.tex @@ -57,9 +57,9 @@ As the diagram shows the first message is sent from the phone do the network to request the generation of a new session key. - The keys where modeled using a custom usertype called ''SessionKey" and the time to live has modeled using a custom usertype called "Timestamp" + The keys where modeled using a custom usertype called ``SessionKey'' and the time to live has modeled using a custom usertype called ``Timestamp'' - The Network then aswers to the Phone and the Application the keys and the time to live and the hashed value of that using a hash function named ''Mac". + The Network then aswers to the Phone and the Application the keys and the time to live and the hashed value of that using a hash function named ``Mac''. The Phone and the Application verify the Mac and then the phone sends a nonce to the phone and the phone answers back with a new nonce and the original nonce.