Skip to content
Snippets Groups Projects
Commit 57c38b3f authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

Update project introduction and fix windows script

parent fa92dc1c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,7 +3,23 @@ DFSS
> Distributed Fair Signing System
This repository contains source code for this INSA Rennes project (work in progress).
DFSS is a simple and secure way to e-sign contracts with a large number of participants, ensuring fairness and minimizing the involvement of the trusted third party (TTP).
This repository contains source code for this INSA Rennes project.
- Website: https://static.lesterpig.com/dfss_web/
- Downloads: https://static.lesterpig.com/dfss/
Project Status
--------------
The DFSS project is developed by fourth year students of the Computer Science department of INSA Rennes (FR).
For now, the infrastructure is working, without the implementation of the signature cryptographic kernel (**Private Contract Signatures**), defined in many research papers, but not yet implemented.
It's thus a *proof of concept* and not production-ready.
Reference:
- [Aybek Mukhamedo, Mark D. Ryan. Fair Multi-party Contract Signing using Private Contract Signatures.](https://www.researchgate.net/publication/222527059_Fair_multi-party_contract_signing_using_private_contract_signatures)
- [Barbara Kordy, Saša Radomirović. Constructing Optimistic Multi-party Contract Signing Protocols.](http://people.irisa.fr/Barbara.Kordy/papers/CSF12.pdf)
Configure workspace
-------------------
......
......@@ -3,4 +3,4 @@ set CGO_ENABLED=1
cd gui
..\..\..\github.com\visualfc\goqt\bin\goqt_rcc.exe -go gui -o application.qrc.go application.qrc
cd ..
go build -v -ldflags "-H windowsgui" -o ..\bin\dfssd.exe
\ No newline at end of file
go build -v -o ..\bin\dfssd.exe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment