Skip to content

cryptogus/secret_sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Sharing

https://en.wikipedia.org/wiki/Secret_sharing

Shamir's secret sharing

https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing

naive version

OS: Ubuntu 22.04 LTS

This is a code that conceals and decrypts location information assuming it is secret.

$ cd native_secret_sharing
$ cmake -B build -S ./
$ cd build
$ make

Test example

$ ./secret-sharing-test 39.097263 173.12345678

If you want to test multiple times with random locations, you can do this

$ cd test
$ ./test > test.txt
$ less test.txt

About

Shamir's Secret Sharing practice code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published