Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Strobe protocol framework</title>
  6. <link rel="stylesheet" type="text/css" href="/style.css"/>
  7. </head>
  8. <body>
  9. <h1><a href="/"><span class="sc">Strobe</span> protocol framework</a></h1>
  10. <div id="nav">
  11. <a href="/">overview</a>
  12. <a href="/specs/">specification</a>
  13. <a href="/examples/">example protocols</a>
  14. <a href="/code/">code</a>
  15. <a class="here" href="/papers/">papers</a>
  16. </div>
  17. <h2>Paper</h2>
  18. <p><a href="strobe-latest.pdf">Here</a> is the current version
  19. of the <span class="sc">Strobe</span> paper. It is also <a href="https://eprint.iacr.org/2017/003">available on ePrint</a>. Revision history:
  20. </p>
  21. <ul>
  22. <li>November 14, 2019: <a href="strobe-20191114.pdf">Typo correction, thanks Isis Lovecruft.</a>.
  23. <br/><span class="sha">0a10255762507ea48e7ce11c2be83dcc52044be55f690498974a17c40fd00436</span></li>
  24. <li>January 30, 2017: <a href="strobe-20170130.pdf">Revision to reflect the final cSHAKE, and editorial fixes</a>.
  25. <br/><span class="sha">c08c5f1b1dbbff580526dbbee84c97487883ff7adf2eaa01450cb190e59e01f1</span></li>
  26. <li>January 3, 2017: <a href="strobe-20170103.pdf">first camera-ready release</a>.
  27. <br/><span class="sha">faeebcc40b83a23aa5136e57e4ee1e6112077b22be54cc335c5a22e095776b0a</span></li>
  28. </ul>
  29. <h2>Slides</h2>
  30. <ul>
  31. <li>January 4, 2017: <a href="rwc2017-no-animations.pdf">Real World Crypto 2017 slides (no animations)</a>.
  32. <span class="sha">512448c5daea6b6446510d782f3c17754927950ecd64289bb4b0d67cded3c704</span></li>
  33. <li>January 4, 2017: <a href="rwc2017-animations.pdf">Real World Crypto 2017 slides (with animations)</a>.
  34. <span class="sha">38e85fb3c13225f36c2f58e1ffc899b20be30ee4a45e3d7f02f24c5d417f4777</span>
  35. </li>
  36. </ul>
  37. </body>