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.
 
 
 
 
 
 

24 lines
732 B

  1. 2017-01-24:
  2. Realized that cSHAKE S is a bit string, so its length is 12*8 and not 12.
  3. Informally tested against someone else's cSHAKE test vectors, so at this
  4. point it might actually be right.
  5. Spec bump to 1.0.2.
  6. 2017-01-06:
  7. Adjust, hopefully, to accommodate changes between NIST cSHAKE (SP 800-185)
  8. draft and release.
  9. Spec bump to 1.0.1.
  10. 2016-12-30:
  11. Spec bump to 1.0.0. Public release.
  12. The framework *code* (as opposed to the spec it implements) currently
  13. doesn't have a version number and should be considered alpha-quality
  14. software.
  15. 2016-12-06:
  16. Release version 0.9.1. This isn't a full public release yet, because I
  17. need to get legal approval for that.