6.5610-project

Cryptography final project

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
;; Ask ryli13 if confused about this file.
;; Verify the protocol

;; Load protocol
!(defq the-protocol !(load-expr "factors-8616460799"))

;; Inspect to see that nothing was leaked
;; !(inspect "3e15a128f3c233ca51fe94b9bf17bbca769bc14c332fa003d7808d525d54c")

;; Now verify the proof (stored at factors-8616460799-proof)
!(verify-protocol the-protocol "factors-8616460799-proof")