Upload New File

parent 21f29c39
# Function for the Authentication Phase
def authentication(): # Send the new hexadecimal value (z) as an input
# First, obtain the data from the database (CSPRNG value, passphrase, template)
csprngVal = retrCSPRNG / math.pi
checkPayload = str(payloadGeneration(csprngVal, 'a12b34d6')) # (z)
refPayload = decode(passphrase, saveTemplate)
authenticate(checkPayload, refPayload)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment