Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

margap1998/ShamirsSchemeSimpleImplemetation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShamirsSchemeSimpleImplemetation

A small program that implements a Shamir's Scheme algorithm ( https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing ) with GUI made with FLTK library ( https://www.fltk.org/ ).

Building

  1. First, you need a CMake, compiler (GCC e. g.) and FLTK library
  2. Open directory with project in terminal and write: cmake build -S ./ -B [your-path]
  3. Open generated project, if default your default is Unix Makefile, open its directory in terminal and write: make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published