| http://www.w3.org/ns/prov#value | - The program Obtain Secret Program is an example of a program that is used to obtain a secret that can be shared between the user and the CPUF chip. /* Obtain Secret Program */ begin program Secret = GetSecret(Challenge); /* Program uses Secret as a shared * * secret with the user */ end program Here, Challenge is a challenge from a challenge-response pair known by the user who is sending the progr
|