mit-plv / fiat-crypto

Cryptographic Primitive Code Generation by Fiat
http://adam.chlipala.net/papers/FiatCryptoSP19/FiatCryptoSP19.pdf
Other
720 stars 146 forks source link

Add js_of_ocaml build and deployment #1737

Closed JasonGross closed 1 year ago

JasonGross commented 1 year ago

This should allow us to demo fiat crypto synthesis in the browser on very small primes. (Non-toy examples run out of recursion depth, to be fixed.)

Fixes #1720

image