* mpc-garble
* move semihonest test to integration, expose some more types
* value config doc
* reenable all mpc crates
* rename msg type
* simplify config a bit
* typo
* add bound to StaticValueType
* clean up setup_inputs
* appease clippy
* add more flexible methods to memory trait
* add getter for value type
* comments and tweaks
* rename append -> append_string
* fix registry corruption
* drain filter
* finalize bug
* use matches!
* use as_ref
* remove default
* make decode public
* lower visibility for evaluator fn
* eval doc fix
* update buffering to be per value id
* input buffer methods
* move memory impl into separate module
* encapsulate finalized state
* flatten logic in value config
* fixes in utils
* docs