Skip to content

Files

Latest commit

Jun 21, 2023
bcf000a · Jun 21, 2023

History

History
13 lines (10 loc) · 539 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 539 Bytes

java-demo

A base Java application for Cryptimeleon. You can use this to get started quickly with your own project.

Howto (cloud)

  • On the github page, click the green "Code" button and create a new codespace.
  • Open PointchevalSandersExampleCode.java, press F5 and it'll run. You now have a working sandbox to play around in.

Howto (local)

  • Check out the project.
  • Import it into your favorite IDE (ours is IntelliJ).
  • Run the test case.
  • Start building your application 🙂