cryptol/cryptol-remote-api/cryptol-eval-server
2021-04-08 14:56:52 -07:00
..
Main.hs feat(rpc): check, AES example/test 2021-04-08 14:56:52 -07:00
README.txt Add an evaluation-only version of cryptol-remote-api 2020-12-15 10:29:56 -08:00

This server provides a subset of the methods that are available in
cryptol-remote-api. It's reason for being is that it does not provide
any commands that allow modifications to the server state (the
provided Cryptol code must be specified in a command-line
argument). This means that it can be used in situations with load
balancing between multiple instances.