Skip to content

Lumos_Maxima repository for VerifyThis challenge

Notifications You must be signed in to change notification settings

clairedross/Lumos_Maxima

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumos Maxima

This is the repository of the Lumos Maxima team participating to the VerifyThis 2020 Collaborative Long-term Verification Challenge

Contacts:

Yannick Moy and Claude Marché

Participants:

Claude Marché, Sylvain Dailler, Johannes Kanig, Claire Dross, Yannick Moy

Webpage(s):

GitHub project

Description:

The repository contains a toy implementation in SPARK (a subset of the Ada programming language targeted at formal verification) of a key server, similar to HAGRID. We proved the following properties of the core functionality of the code:

  • absence of runtime errors
  • correct data and information flows
  • functional correctness
  • termination

Diagram for SPARK coverage

Future Work (Not done yet)

  • persistent data storage (currently the data is stored in memory)
  • putting all info into the token instead of maintaining a map of tokens
  • encrypting the token to avoid forging data
  • absence of data races (might be out of scope for SPARK)

Collaborations:

We are interested in collaborating on the best approach to achieve the above goals, either with people willing to contribute to the project directly, or with people sharing the same overall goals with other languages and tools.

Resources:

If you want to know more about SPARK, please use these resources:

Interactive Website to learn Ada and SPARK

SPARK User's guide

SPARK source code

About

Lumos_Maxima repository for VerifyThis challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ada 87.0%
  • OCaml 7.2%
  • HTML 3.2%
  • Makefile 1.9%
  • CSS 0.7%