cryptol/examples/contrib
2020-05-26 15:33:46 -07:00
..
A51.cry Remove trailing whitespace 2016-02-19 10:08:20 -08:00
CAST5.cry Squash warning in examples/contrib/CAST5.cry 2019-11-01 12:27:10 -07:00
EvenMansour.cry Rename prelude function width to length, and generalize its type. 2018-10-10 16:21:38 -07:00
MISTY1.cry Update test suite 2020-05-26 15:33:46 -07:00
mkrand.cry Rename prelude function width to length, and generalize its type. 2018-10-10 16:21:38 -07:00
RC4.cry Update copyright dates and add missing headers 2016-01-19 18:19:35 -08:00
README.md add README for contrib 2015-01-18 12:45:39 -08:00

Contributed Examples

These are Cryptol examples submitted by members of the community. If you build something cool you'd like to share, send us a pull request and we'll add it here!

A good example includes:

  • A link to a description of the algorithm, like a NIST spec or a paper
  • Test vectors, if applicable, preferably tested with property definitions
  • Comments that help readers learn from your example

Note that contributions must be compatible with the BSD3 license we use for the rest of the releases.