Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 737 Bytes

0_intro.adoc

File metadata and controls

15 lines (11 loc) · 737 Bytes

Sample Backend Code

We’ve put together these following backend code samples to get you started implementing. While we can’t really help you with the mathemagic, we can get you started with the nitty-gritty implementation details. All of these should compile out of the box, after you’ve installed WizToolKit.

g++ -o wtk_demo demo_main.cpp /usr/local/lib/libwiztoolkit.a /usr/local/lib/libstealth_logging.a -lgmp

Care was taken that each successive demo-program may be diff'd to highlight additional functionality.